chore(nginx): Added htaccess

This commit is contained in:
2026-04-07 22:24:29 +02:00
parent 16089c638e
commit b7f4ce7c78
4 changed files with 6 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ http {
listen 80;
location / {
auth_basic "Accès restreint";
auth_basic_user_file /etc/nginx/.htpasswd;
root /usr/share/nginx/html;
index index.html;
}