This commit is contained in:
Leon Vita 2022-11-26 01:47:34 +00:00
parent e6ab80fc5e
commit a33b2abe29
1 changed files with 18 additions and 0 deletions

View File

@ -109,7 +109,25 @@ services.nextcloud = {
after = ["postgresql.service"];
};
services.nginx.virtualHosts."localhost".listen = [ { addr = "127.0.0.1"; port = 8080; } ];
#<-----------------nextcloud----------------------
#-----------------------------ngin-X--------------------------------
services.nginx = {
enable = true;
# virtualHosts."bicospacetech.c3d2.de" = {
# forceSSL = true;
# enableACME = true;
# locations."/" = {
# proxyPass = "http://45.158.40.162:12000";
# proxyWebsockets = true;
# };
#};
#-----------------------------ngin-X--------------------------------
system.stateVersion = "22.05";