leon #90

Merged
astro merged 32 commits from :leon into master 2022-11-25 23:07:20 +01:00
Showing only changes of commit 7a749c9a45 - Show all commits

View File

@ -198,9 +198,9 @@ networking.wireguard.interfaces = {
services.nginx = { services.nginx = {
enable = true; enable = true;
virtualHosts."bicospacetech.c3d2.de" = { virtualHosts."bicospacetech.c3d2.de" = {
listen = [{port = 80; addr="localhost";} ]; # listen = [{port = 80; addr="localhost";} ];
default = true; default = true;
forceSSL = false; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
proxyPass = "http://45.158.40.162:12000"; proxyPass = "http://45.158.40.162:12000";