We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb2a94 commit 6676aa1Copy full SHA for 6676aa1
docker/application/nginx.conf
@@ -1,7 +1,7 @@
1
-map $http_host $auth_basic_state {
2
- a11y-essentials.com "Restricted Access";
3
- default off;
4
-}
+# map $http_host $auth_basic_state {
+# a11y-essentials.com "Restricted Access";
+# default off;
+# }
5
6
server {
7
listen 80;
@@ -26,8 +26,8 @@ server {
26
27
# Replace above code with this if you want to use full static caching.
28
location / {
29
- auth_basic $auth_basic_state;
30
- auth_basic_user_file /var/www/html/.htpasswd;
+ # auth_basic $auth_basic_state;
+ # auth_basic_user_file /var/www/html/.htpasswd;
31
32
try_files /static${uri}_${args}.html $uri /index.php?$args;
33
}
0 commit comments