Added caddy file server

This commit is contained in:
willifan 2024-11-22 08:20:09 +01:00
parent 9e800c9882
commit 29b289cabb

View file

@ -8,7 +8,11 @@
extraConfig = "reverse_proxy localhost:3000"; extraConfig = "reverse_proxy localhost:3000";
}; };
"https://files.huwe.mooo.com" = { "https://files.huwe.mooo.com" = {
extraConfig = "reverse_proxy localhost:444"; extraConfig = ''
root * /var/www/file_server
file_server
'';
}; };
"https://cal.huwe.mooo.com" = { "https://cal.huwe.mooo.com" = {
extraConfig = "reverse_proxy localhost:5232"; extraConfig = "reverse_proxy localhost:5232";