Ticket #15948: patch-conf-nginx.conf.diff
File patch-conf-nginx.conf.diff, 1023 bytes (added by richard@…, 16 years ago) |
---|
-
conf/nginx.conf
41 41 #access_log logs/host.access.log main; 42 42 43 43 location / { 44 root html;44 root share/nginx/html; 45 45 index index.html index.htm; 46 46 } 47 47 … … 51 51 # 52 52 error_page 500 502 503 504 /50x.html; 53 53 location = /50x.html { 54 root html;54 root share/nginx/html; 55 55 } 56 56 57 57 # proxy the PHP scripts to Apache listening on 127.0.0.1:80 … … 87 87 # server_name somename alias another.alias; 88 88 89 89 # location / { 90 # root html;90 # root share/nginx/html; 91 91 # index index.html index.htm; 92 92 # } 93 93 #} … … 110 110 # ssl_prefer_server_ciphers on; 111 111 112 112 # location / { 113 # root html;113 # root share/nginx/html; 114 114 # index index.html index.htm; 115 115 # } 116 116 #}