Full text search for "nginx"


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 2024-04-11(Th) Raspberry Pi 5에 MoniWiki 설치하기(Docker 이용) . . . . 18 matches
         나는 RP3에서 nginx + php7-fpm 으로 MoniWiki를 사용하고 있었다.
         nginx와 php만 필요하기 때문에 매우 저렴한 웬만한 호스팅 서비스에서도 부담없이 돌릴 수 있다.
         RP5에서 nginx를 설치하고 php를 설치했다.
         nginx와 php7-fpm 도커를 docker-compose로 구성하기로 맘먹고 시도했다.
         먼저 nginx와 php7-fpm을 위한 파일이다.
          nginx:
          image: nginx:latest
          - ./nginx-default.conf:/etc/nginx/conf.d/default.conf
          - /var/log/nginx:/var/log/nginx
         다음은 nginx 설정 파일이다.
         /home/user1/www/myserver.com/nginx-default.conf
          error_log /var/log/nginx/error.log;
          access_log /var/log/nginx/access.log;
         /etc/systemd/system/docker-compose-myserver.com-nginx-php.service
         Description=myserver.com nginx and php-fpm Docker Compose Application Service
         sudo systemctl enable docker-compose-myserver.com-nginx-php.service
  • docker-compose . . . . 10 matches
          nginx:
          image: nginx:latest
          - ./nginx/code:/code
          - ./nginx/site.conf:/etc/nginx/conf.d/site.conf
          - ./nginx/code:/code
         ~/h.gimslab.com $ ll nginx/ -R
         nginx/:
         nginx/code:
         ~/h.gimslab.com $ cat nginx/site.conf
  • nginx . . . . 4 matches
         #keywords web_server nginx
         http://wiki.nginx.org/NginxKo
          - installing nginx on ubuntu 14.04
         sudo apt-get install nginx
  • PhpOnNginx . . . . 2 matches
         /etc/nginx/sites-enabled/my.site.com
         add below to nginx conf for your site
  • certbot . . . . 2 matches
         for Nginx on Ubuntu 16.04 (xenial)
         $ sudo apt-get install python-certbot-nginx
         $ sudo certbot --authenticator webroot --installer nginx
  • php . . . . 2 matches
         #keywords nginx, php
         [php on nginx]
  • ApacheWebServer . . . . 1 match
         [nginx]
  • MoniWiki On Raspberry Pi . . . . 1 match
         nginx
  • Upstart . . . . 1 match
         sudo systemctl disable nginx
  • WebServer . . . . 1 match
          * [nginx]
  • moniwiki . . . . 1 match
         [[nginx에 moniwiki 설치]]
  • 제13회한국자바개발자컨퍼런스 . . . . 1 match
         nginx
Found 12 matching pages out of 1798 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2014-05-13 13:25:05
Processing time 0.1913 sec