mf-hosting 2.9.15 → 2.10.0
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 +1 -1
- package/pkg/nginx.conf +1 -1
package/package.json
CHANGED
package/pkg/nginx.conf
CHANGED
|
@@ -6,7 +6,7 @@ location {{http.path}} {
|
|
|
6
6
|
proxy_set_header Upgrade $http_upgrade;
|
|
7
7
|
proxy_set_header Connection "upgrade";
|
|
8
8
|
proxy_pass http://unix:{{socket.http}};
|
|
9
|
-
proxy_http_version
|
|
9
|
+
proxy_http_version 2;
|
|
10
10
|
|
|
11
11
|
add_header X-Content-Type-Options nosniff;
|
|
12
12
|
add_header Content-Security-Policy "{{csp.header}}" always;
|