daily autocommit
This commit is contained in:
@@ -35,6 +35,11 @@ server {
|
||||
auth_basic_user_file /etc/nginx/.htpasswd;
|
||||
}
|
||||
|
||||
location /anaf {
|
||||
auth_basic "Private";
|
||||
auth_basic_user_file /etc/nginx/.anaf;
|
||||
}
|
||||
|
||||
listen 192.168.1.2:443 ssl http2; # managed by Certbot
|
||||
ssl_certificate /etc/letsencrypt/live/club3d.ro-0001/fullchain.pem; # managed by Certbot
|
||||
ssl_certificate_key /etc/letsencrypt/live/club3d.ro-0001/privkey.pem; # managed by Certbot
|
||||
|
||||
Reference in New Issue
Block a user