fix(forgejo): convert port to string
This commit is contained in:
parent
3fd4e28a2e
commit
5c6270a5d7
@ -65,7 +65,7 @@ in {
|
||||
})
|
||||
(mkIf cfg.proxy {
|
||||
services.caddy.virtualHosts."${url}".extraConfig = ''
|
||||
reverse_proxy http://${proxyIP}:${cfg.port}
|
||||
reverse_proxy http://${proxyIP}:${toString cfg.port}
|
||||
'';
|
||||
})
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user