Former-commit-id: b855318c55
This commit is contained in:
Hadi
2024-06-07 23:35:59 +02:00
parent 73961f5caf
commit 7d46fa680f
+1 -1
View File
@@ -9,7 +9,7 @@
config.adminpassFile = "/etc/nextcloudpwd";
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
networking.firewall.allowedTCPPorts = [ 80 443 8080 ];
services.nginx.virtualHosts."localhost".listen = [{
addr = "127.0.0.1";