Added caddy file server
This commit is contained in:
parent
9e800c9882
commit
29b289cabb
1 changed files with 5 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue