diff --git a/configs/nginx/nginx.conf b/configs/nginx/nginx.conf index 153c822..b4969e5 100644 --- a/configs/nginx/nginx.conf +++ b/configs/nginx/nginx.conf @@ -202,9 +202,9 @@ http { ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256; ssl_prefer_server_ciphers off; - # HTTP Basic Auth (empfohlen da Netdata keine Auth hat) - # auth_basic "Netdata Monitoring"; - # auth_basic_user_file C:/nginx/conf/.htpasswd; + # HTTP Basic Auth + auth_basic "Netdata Monitoring"; + auth_basic_user_file C:/nginx/conf/.htpasswd; location / { limit_req zone=general burst=50 nodelay;