gitea reverse proxy: to http://
This commit is contained in:
parent
b64af3a261
commit
2474b123d7
|
@ -239,7 +239,9 @@
|
||||||
"vpn.jakstys.lt".extraConfig = ''reverse_proxy ${
|
"vpn.jakstys.lt".extraConfig = ''reverse_proxy ${
|
||||||
myData.hosts."fwminex.servers.jakst".vno1IP
|
myData.hosts."fwminex.servers.jakst".vno1IP
|
||||||
}:8080'';
|
}:8080'';
|
||||||
"git.jakstys.lt".extraConfig = ''reverse_proxy ${myData.hosts."fwminex.servers.jakst".vno1IP}'';
|
"git.jakstys.lt".extraConfig = ''reverse_proxy http://${
|
||||||
|
myData.hosts."fwminex.servers.jakst".vno1IP
|
||||||
|
}'';
|
||||||
"hass.jakstys.lt".extraConfig = ''
|
"hass.jakstys.lt".extraConfig = ''
|
||||||
@denied not remote_ip ${myData.subnets.tailscale.cidr}
|
@denied not remote_ip ${myData.subnets.tailscale.cidr}
|
||||||
abort @denied
|
abort @denied
|
||||||
|
|
Loading…
Reference in New Issue