gah
This commit is contained in:
parent
071e1ef20a
commit
ee37ac2fa7
|
@ -17,12 +17,12 @@ with lib;
|
|||
"www.tfcconnection.com".return = "301 http://tfcconnection.org$request_uri";
|
||||
"www.tfcconnection.org".return = "301 http://tfcconnection.org$request_uri";
|
||||
|
||||
extraConfig = ''
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
add_header Access-Control-Allow-Origin *
|
||||
add_header Access-Control-Allow-Origin https://api.tfcconnection.org
|
||||
'';
|
||||
};
|
||||
extraConfig = ''
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
add_header Access-Control-Allow-Origin *
|
||||
add_header Access-Control-Allow-Origin https://api.tfcconnection.org
|
||||
'';
|
||||
};
|
||||
# systemd.services = {
|
||||
# website = {
|
||||
|
|
Loading…
Reference in a new issue