leon #90

Merged
astro merged 32 commits from :leon into master 2022-11-25 23:07:20 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b0d3cdc14f - Show all commits

View File

@ -197,8 +197,8 @@ networking.wireguard.interfaces = {
services.nginx = {
enable = true;
listen = [{port = 80; addr="0.0.0.0"; ssl=true;}];
virtualHosts."bicospacetech.c3d2.de" = {
listen = [{port = 80; addr="0.0.0.0"; ssl=true;}];
default = true;
forceSSL = true;
enableACME = true;