update mesh
This commit is contained in:
@@ -8,6 +8,11 @@ server {
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
{% if item.external.password_protect is defined and item.external.password_protect is sameas true %}
|
||||
auth_basic "Administrator’s Area";
|
||||
auth_basic_user_file /etc/nginx/.htpasswd;
|
||||
{% endif %}
|
||||
|
||||
http2 on;
|
||||
|
||||
gzip on;
|
||||
|
||||
Reference in New Issue
Block a user