changed cdn-url to https to fix mixed content stuff

keep-around/bc30682b9e53bc33ba00e164870b7ca7fbc9fb9e
Lukas Schulz 2020-12-01 21:21:15 +01:00
parent 57621265e7
commit bc30682b9e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
virtualHosts."${config.networking.hostName}.live.hacc.media" = {
locations = {
"/" = {
return = "301 \"http://$cdnhosts$request_uri\"";
return = "301 \"https://$cdnhosts$request_uri\"";
extraConfig = ''
auth_basic off;
'';