Skip to content

Commit 482a560

Browse files
author
fochan
committed
update
1 parent 246bda4 commit 482a560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ server {
77
location / {
88

99
try_files $uri $uri/ =404;
10-
auth_basic "Protected Area";
11-
auth_basic_user_file /etc/nginx/.htpasswd;
10+
#auth_basic "Protected Area";
11+
#auth_basic_user_file /etc/nginx/.htpasswd;
1212
index index.html;
1313
root /usr/share/nginx/html;
1414
}

0 commit comments

Comments
 (0)