: config wwwdev

This commit is contained in:
VC
2024-09-12 23:47:32 +02:00
parent 551ec8fb95
commit 5c0a03093a
5 changed files with 24 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ server {
root /srv/http/wwwdev.nintendojo.fr/;
index index.html index.htm index.php;
auth_basic "Restricted Area";
auth_basic_user_file /etc/nginx/wwwdev.htpasswd;
client_max_body_size 2G;