changed cdn-url to https to fix mixed content stuff

This commit is contained in:
Lukas Schulz 2020-12-01 21:21:15 +01:00
parent 57621265e7
commit bc30682b9e

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;
'';