feat: add foundry reverse proxy
This commit is contained in:
parent
37a059613f
commit
bb0e8d8ff9
|
@ -14,5 +14,11 @@
|
||||||
flush_interval -1
|
flush_interval -1
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
virtualHosts."foundry.thewizard.link".extraConfig = ''
|
||||||
|
reverse_proxy 127.0.0.1:30000 {
|
||||||
|
flush_interval -1
|
||||||
|
}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue