@drumee/setup-infra 1.0.26 → 1.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -140,7 +140,7 @@ location <%= location %> {
|
|
|
140
140
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
141
141
|
proxy_set_header X-Forwarded-Proto $scheme;
|
|
142
142
|
proxy_set_header X-Forwarded-Port $server_port;
|
|
143
|
-
proxy_set_header Referer
|
|
143
|
+
proxy_set_header Referer $http_referer;
|
|
144
144
|
add_header Access-Control-Allow-Credentials true;
|
|
145
145
|
add_header Vary "Accept-Encoding";
|
|
146
146
|
fastcgi_hide_header Set-Cookie;
|