chore(nginx): Added htaccess
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user