This commit is contained in:
zino
2023-11-29 13:11:11 +01:00
parent 73a8e42046
commit 45ff752717

View File

@@ -25,6 +25,10 @@ server {
try_files $uri $uri/ =404;
}
# Password protect
auth_basic "Protected Area";
auth_basic_user_file /usr/share/nginx/html/pkrstarsbot.zinomedia.de/www/htdocs/.htpasswd;
# PHP Processing
location ~ \.php$ {
resolver 127.0.0.11;