From 13122b6a5659f67f71fe36dde2b0c76dd15037bc Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 23 Mar 2017 17:46:18 +0100 Subject: [PATCH] Add info --- etc/nginx/conf.d/default.conf | 2 ++ 1 file changed, 2 insertions(+) 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; } } -- 2.39.5