File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
nginx/filesystem/etc/nginx/conf.d Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,6 @@ server {
9595 # as directory, then redirect to index(angular) if no file found.
9696 try_files $uri =404 ;
9797 }
98-
99- # Google search picked up things that don't exist, we need to get rid of them here
100- location /downloads.htm {
101- return 404 ;
102- }
10398
10499 error_page 404 /404 .html;
105100
@@ -119,29 +114,6 @@ server {
119114 location = /50x .html {
120115 root /usr/share/nginx/html;
121116 }
122-
123- # proxy the PHP scripts to Apache listening on 127.0.0.1:80
124- #
125- #location ~ \.php$ {
126- # proxy_pass http://127.0.0.1;
127- #}
128-
129- # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
130- #
131- #location ~ \.php$ {
132- # root html;
133- # fastcgi_pass 127.0.0.1:9000;
134- # fastcgi_index index.php;
135- # fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
136- # include fastcgi_params;
137- #}
138-
139- # deny access to .htaccess files, if Apache's document root
140- # concurs with nginx's one
141- #
142- #location ~ /\.ht {
143- # deny all;
144- #}
145117}
146118
147119server {
You can’t perform that action at this time.
0 commit comments