mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-04-04 21:21:22 +02:00
bicep: nginx listen on bicep ip
This commit is contained in:
parent
ee73a964be
commit
4ff5da28c4
@ -11,8 +11,8 @@
|
|||||||
enableReload = true;
|
enableReload = true;
|
||||||
|
|
||||||
defaultListenAddresses = [
|
defaultListenAddresses = [
|
||||||
values.hosts.jokum.ipv4
|
values.hosts.bicep.ipv4
|
||||||
"[${values.hosts.jokum.ipv6}]"
|
"[${values.hosts.bicep.ipv6}]"
|
||||||
|
|
||||||
"127.0.0.1"
|
"127.0.0.1"
|
||||||
"127.0.0.2"
|
"127.0.0.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user