We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d69bd commit 0b4e9c5Copy full SHA for 0b4e9c5
proxy/templates/proxy.conf.template
@@ -35,6 +35,10 @@ server {
35
#ssl_dhparam /etc/letsencrypt/ssl-dhparam.pem;
36
include /etc/letsencrypt/options-ssl-nginx.conf;
37
#
38
+ client_max_body_size 8m;
39
+ proxy_headers_hash_max_size 768;
40
+ proxy_headers_hash_bucket_size 128;
41
+ #
42
43
location / {
44
proxy_pass http://docker_webserver;
0 commit comments