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 {
95
95
# as directory, then redirect to index(angular) if no file found.
96
96
try_files $uri =404 ;
97
97
}
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
- }
103
98
104
99
error_page 404 /404 .html;
105
100
@@ -119,29 +114,6 @@ server {
119
114
location = /50x .html {
120
115
root /usr/share/nginx/html;
121
116
}
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
- #}
145
117
}
146
118
147
119
server {
You can’t perform that action at this time.
0 commit comments