Mealie instance setup

This commit is contained in:
2023-09-09 07:17:48 -05:00
parent 2405b72d1b
commit 254cf0221b
4 changed files with 87 additions and 46 deletions

View File

@ -54,7 +54,10 @@
target = "http://127.0.0.1:3001";
};
"eversole.co" = static { dir = "/var/www/jame.su"; };
"git.eversole.co" = base {
"food.eversole.co" = proxied {
target = "http://127.0.0.1:52230";
};
"git.eversole.co" = base {
"/".proxyPass = "http://127.0.0.1:26616";
"/purr".return = "301 https://git.eversole.co/James/purr";
};