fix caddy config
This commit is contained in:
parent
6d0754250a
commit
4d32e947cd
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ in {
|
||||||
services.caddy = {
|
services.caddy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts."mealie.polensky.me".extraConfig = ''
|
virtualHosts."mealie.polensky.me".extraConfig = ''
|
||||||
reverse_proxy https://localhost:9925
|
reverse_proxy http://localhost:9925
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue