tracktrain: remove cors header

this is almost certainly not needed anymore. i think.
nextcloud-docs-on-website
stuebinm 2023-01-30 21:00:54 +01:00
parent 4c456eae1c
commit 2e74ca9b35
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ in
locations."/" = {
proxyPass = "http://192.168.42.41:4000";
proxyWebsockets = true;
extraConfig = ''
add_header 'Access-Control-Allow-Origin' '*' always;
'';
};
# note: this shadows the /metrics endpoint of tracktrain
# in case you remove this, please consider putting something