docs/nginx.md in piesync-puma-3.12.6.1 vs docs/nginx.md in piesync-puma-5.4.0.1
- old
+ new
@@ -29,10 +29,10 @@
break;
}
location / {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
- proxy_set_header Host $http_host;
+ proxy_set_header Host $host;
# If the file exists as a static file serve it directly without
# running all the other rewrite tests on it
if (-f $request_filename) {
break;