Skip to content

Commit 0b4e9c5

Browse files
committed
Update proxy.conf.template
1 parent 63d69bd commit 0b4e9c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

proxy/templates/proxy.conf.template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ server {
3535
#ssl_dhparam /etc/letsencrypt/ssl-dhparam.pem;
3636
include /etc/letsencrypt/options-ssl-nginx.conf;
3737
#
38+
client_max_body_size 8m;
39+
proxy_headers_hash_max_size 768;
40+
proxy_headers_hash_bucket_size 128;
41+
#
3842

3943
location / {
4044
proxy_pass http://docker_webserver;

0 commit comments

Comments
 (0)