CalebCometML commited on
Commit
829e90e
·
1 Parent(s): 07baf82

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +2 -0
nginx.conf CHANGED
@@ -12,6 +12,8 @@ http {
12
 
13
  server_name _;
14
 
 
 
15
  location /kangas/ {
16
  proxy_pass http://localhost:7640/;
17
  proxy_set_header Upgrade $http_upgrade;
 
12
 
13
  server_name _;
14
 
15
+ add_header 'Content-Security-Policy' 'upgrade-insecure-requests';
16
+
17
  location /kangas/ {
18
  proxy_pass http://localhost:7640/;
19
  proxy_set_header Upgrade $http_upgrade;