mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 22:55:39 +00:00
update ngxpasswd and ngxproxy
This commit is contained in:
@ -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>;
|
||||
|
Reference in New Issue
Block a user