server/proxy

This commit is contained in:
Marc Beninca 2019-08-15 12:36:13 +02:00
parent bf2883c9c2
commit bb31e52f7e

View file

@ -372,6 +372,9 @@ Configuration
client_max_body_size 16m;
index index.html;
# Proxy
proxy_pass_request_body on;
proxy_pass_request_headers on;
proxy_redirect off;