change things

This commit is contained in:
Leon Vita 2022-11-20 23:25:23 +00:00
parent 0bff25fc05
commit b339f45d36
1 changed files with 2 additions and 2 deletions

View File

@ -219,13 +219,13 @@ networking.wireguard.interfaces = {
#-----------------------------ngin-X-------------------------------- #-----------------------------ngin-X--------------------------------
services.nginx = { services.nginx = {
listen 80; listen 8080;
enable = true; enable = true;
virtualHosts."bicospacetech.c3d2.de" = { virtualHosts."bicospacetech.c3d2.de" = {
default = true; default = true;
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/login" = { locations."/" = {
proxyPass = "http://45.158.40.162:12000"; proxyPass = "http://45.158.40.162:12000";
proxyWebsockets = true; proxyWebsockets = true;
}; };