Ticket #15948: patch-conf-nginx.conf.diff

File patch-conf-nginx.conf.diff, 1023 bytes (added by richard@…, 16 years ago)
  • conf/nginx.conf

     
    4141        #access_log  logs/host.access.log  main;
    4242
    4343        location / {
    44             root   html;
     44            root   share/nginx/html;
    4545            index  index.html index.htm;
    4646        }
    4747
     
    5151        #
    5252        error_page   500 502 503 504  /50x.html;
    5353        location = /50x.html {
    54             root   html;
     54            root   share/nginx/html;
    5555        }
    5656
    5757        # proxy the PHP scripts to Apache listening on 127.0.0.1:80
     
    8787    #    server_name  somename  alias  another.alias;
    8888
    8989    #    location / {
    90     #        root   html;
     90    #        root   share/nginx/html;
    9191    #        index  index.html index.htm;
    9292    #    }
    9393    #}
     
    110110    #    ssl_prefer_server_ciphers   on;
    111111
    112112    #    location / {
    113     #        root   html;
     113    #        root   share/nginx/html;
    114114    #        index  index.html index.htm;
    115115    #    }
    116116    #}