mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-02 07:05:42 +00:00
update ngxproxy
This commit is contained in:
@ -12,9 +12,9 @@ server {
|
||||
ssl_certificate_key <KEY_PATH>;
|
||||
|
||||
include /conf.d/ssl_params.conf;
|
||||
#include /etc/nginx/conf/headers_params;
|
||||
include /etc/nginx/conf/headers_params;
|
||||
|
||||
#client_max_body_size <MAX_BODY_SIZE>M;
|
||||
client_max_body_size <MAX_BODY_SIZE>M;
|
||||
|
||||
location / {
|
||||
proxy_pass http://<CONTAINER>:<PORT>;
|
||||
|
Reference in New Issue
Block a user