Skip to content

Commit f146c02

Browse files
feat: more effectively blocking site scanners
1 parent 4e3892f commit f146c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ server {
4343
#charset koi8-r;
4444
#access_log /var/log/nginx/host.access.log main;
4545

46-
location = /index.html {
46+
location /index.html {
4747
root /usr/share/nginx/html;
4848
# First attempt to serve request as file, then
4949
# as directory, then redirect to index(angular) if no file found.

0 commit comments

Comments
 (0)