nginx: allow underscores in headers
This commit is contained in:
parent
a19709566a
commit
d5c5fe3098
|
@ -1,6 +1,7 @@
|
|||
server {
|
||||
server_name {{ domain }};
|
||||
client_max_body_size 512m;
|
||||
underscores_in_headers on;
|
||||
|
||||
location / {
|
||||
proxy_set_header Host $http_host;
|
||||
|
|
Loading…
Reference in a new issue