parsons/haccvoc-stage-website: fix live URL

This commit is contained in:
stuebinm 2021-08-30 15:16:50 +02:00 committed by schweby
parent 9fc11d2184
commit 9c9060f9a8

View file

@ -135,7 +135,7 @@ in
forceSSL = true;
};
services.nginx.virtualHosts."live.hacc.space" = {
services.nginx.virtualHosts."live.hacc.media" = {
locations."/".root = website;
enableACME = true;
forceSSL = true;