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--------------------------------
services.nginx = {
listen 80;
listen 8080;
enable = true;
virtualHosts."bicospacetech.c3d2.de" = {
default = true;
forceSSL = true;
enableACME = true;
locations."/login" = {
locations."/" = {
proxyPass = "http://45.158.40.162:12000";
proxyWebsockets = true;
};