Ticket #26445: patch-conf__nginx.conf.diff
File patch-conf__nginx.conf.diff, 1.4 KB (added by rambiusparkisanius@…, 14 years ago) |
---|
-
conf/nginx.conf
old new 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 … … 63 63 # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 64 64 # 65 65 #location ~ \.php$ { 66 # root html;66 # root share/nginx/html; 67 67 # fastcgi_pass 127.0.0.1:9000; 68 68 # fastcgi_index index.php; 69 69 # fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; … … 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 #}