update ngxpasswd and ngxproxy

This commit is contained in:
Wonderfall
2016-05-30 18:10:49 +02:00
parent a1cc861066
commit fd9239b4eb
5 changed files with 18 additions and 17 deletions

View File

@ -14,7 +14,10 @@ server {
include /conf.d/ssl_params.conf;
include /etc/nginx/conf/headers_params;
client_max_body_size <MAX_BODY_SIZE>M;
#client_max_body_size <MAX_BODY_SIZE>M;
#auth_basic "Who's this?";
#auth_basic_user_file /passwds/<NAME>.htpasswd;
location <WEBROOT> {
proxy_pass http://<CONTAINER>:<PORT>;