Skip to content

Commit 633ff8b

Browse files
committed
Update nginx config
1 parent b804560 commit 633ff8b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

nginx/www_app_nginx_domain.conf

-13
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,6 @@ server {
1010
# Load configuration files for the default server block.
1111
include /etc/nginx/default.d/*.conf;
1212

13-
#Disable for production
14-
location = /favicon.ico {
15-
log_not_found off;
16-
access_log off;
17-
}
18-
19-
#Disable for production
20-
location = /robots.txt {
21-
allow all;
22-
log_not_found off;
23-
access_log off;
24-
}
25-
2613
location ~* /(?:uploads|files)/.*.php$ {
2714
deny all;
2815
}

0 commit comments

Comments
 (0)