We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d436e commit 192b9a2Copy full SHA for 192b9a2
apps/deploy-web/nginx.conf
@@ -21,6 +21,8 @@ http {
21
ssl_certificate /etc/nginx/ssl/my_ssl_cert.crt;
22
ssl_certificate_key /etc/nginx/ssl/my_ssl_key.key;
23
24
+ large_client_header_buffers 4 16k;
25
+
26
location / {
27
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
28
proxy_set_header X-Forwarded-Proto https;
0 commit comments