changed cdn-url to https to fix mixed content stuff
This commit is contained in:
parent
57621265e7
commit
bc30682b9e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
virtualHosts."${config.networking.hostName}.live.hacc.media" = {
|
virtualHosts."${config.networking.hostName}.live.hacc.media" = {
|
||||||
locations = {
|
locations = {
|
||||||
"/" = {
|
"/" = {
|
||||||
return = "301 \"http://$cdnhosts$request_uri\"";
|
return = "301 \"https://$cdnhosts$request_uri\"";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
auth_basic off;
|
auth_basic off;
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue