mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2025-02-21 00:02:15 -08:00
removed cross-origin blocking for bluey
This commit is contained in:
parent
41b6f63e81
commit
57b8289044
1 changed files with 6 additions and 0 deletions
|
@ -78,6 +78,12 @@
|
|||
locations."/" = {
|
||||
proxyPass = "http://100.64.0.10/";
|
||||
proxyWebsockets = true;
|
||||
extraConfig = ''
|
||||
proxy_hide_header X-Frame-Options;
|
||||
add_header 'Referrer-Policy' 'origin-when-cross-origin';
|
||||
add_header X-Content-Type-Options nosniff;
|
||||
add_header X-Frame-Options "";
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue