Skip to content

Commit 3e5aac1

Browse files
Merge pull request #114 from nullinside-development-group/chore/remove
chore: removing dead config code
2 parents 3b47988 + 153a330 commit 3e5aac1

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

nginx/filesystem/etc/nginx/conf.d/nginx.conf

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff 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

147119
server {

0 commit comments

Comments
 (0)