mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
update allowlist to be local only for homepage
This commit is contained in:
parent
357c5b54ba
commit
73bf6bb0e0
1 changed files with 4 additions and 0 deletions
|
|
@ -62,6 +62,10 @@ in
|
|||
};
|
||||
"home.wanderingcrow.net" = {
|
||||
locations."/" = {
|
||||
extraConfig = ''
|
||||
allow 192.168.0.0/16;
|
||||
deny all;
|
||||
'';
|
||||
proxyPass = "http://localhost:8082";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue