leon #90

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

View File

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