mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
caddy shouldnt handle https on this vm
This commit is contained in:
parent
ae1eab6ff3
commit
41e9161fce
1 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.caddy.virtualHosts."${pleromaUrl}".extraConfig = ''
|
||||
services.caddy.virtualHosts."http://${pleromaUrl}".extraConfig = ''
|
||||
log {
|
||||
output file /var/log/caddy/akkoma.log
|
||||
}
|
||||
|
@ -90,7 +90,7 @@ in
|
|||
reverse_proxy 127.0.0.1:4000
|
||||
'';
|
||||
|
||||
services.caddy.virtualHosts."${pleromaMediaUrl}".extraConfig = ''
|
||||
services.caddy.virtualHosts."http://${pleromaMediaUrl}".extraConfig = ''
|
||||
log {
|
||||
output file /var/log/caddy/akkoma_media.log
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue