remove nginx

This commit is contained in:
Leon Vita 2022-12-10 19:41:45 +00:00
parent 03f9d82600
commit 959a0931be
1 changed files with 0 additions and 16 deletions

View File

@ -110,25 +110,9 @@ 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";