leon #90

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

View File

@ -195,18 +195,19 @@ networking.wireguard.interfaces = {
#-----------------------------ngin-X--------------------------------
# services.nginx = {
# 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;
listen = [{port = 80; addr="0.0.0.0"; ssl=true;}];
virtualHosts."bicospacetech.c3d2.de" = {
default = true;
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://45.158.40.162:12000";
proxyWebsockets = true;
};
};
};
#-----------------------------ngin-X--------------------------------