From: Guillaume Pellerin Date: Thu, 23 Mar 2017 16:46:18 +0000 (+0100) Subject: Add info X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=752fc97853156d96edb75ac0f9f48ff66c6530c8;p=mezzo.git Add info --- diff --git a/etc/nginx/conf.d/default.conf b/etc/nginx/conf.d/default.conf index ea325b52..276b15b1 100644 --- a/etc/nginx/conf.d/default.conf +++ b/etc/nginx/conf.d/default.conf @@ -35,6 +35,8 @@ server { location / { uwsgi_pass app:8000; include /etc/nginx/uwsgi_params; + + # Uncomment to restrict access with login/pass #auth_basic_user_file /etc/nginx/htpasswd; } }