removed caddy open ports

This commit is contained in:
chloe 2024-08-09 19:36:17 +02:00
parent ea5b8c14c9
commit 1f6b91bb59
4 changed files with 5 additions and 10 deletions

View file

@ -4,7 +4,7 @@
enable = true;
settings = {
server = {
http_addr = "127.0.0.1";
http_addr = "0.0.0.0";
http_port = 3000;
};
};