From 0e3350bb01892f4c3de9da91bb39c6a4af0962a6 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 15 Jun 2024 18:41:32 +0300 Subject: [PATCH] Proxy : Allow remote access to office. --- container/proxy/host/Office.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/container/proxy/host/Office.nix b/container/proxy/host/Office.nix index cf224e7..b97c71b 100644 --- a/container/proxy/host/Office.nix +++ b/container/proxy/host/Office.nix @@ -8,9 +8,9 @@ in { set ''$${name} ${cfg.address}:${toString cfg.port}; location / { - allow ${container.localAccess}; - allow ${container.config.vpn.address}; - deny all; + # allow ${container.localAccess}; + # allow ${container.config.vpn.address}; + # deny all; proxy_pass http://''$${name}$request_uri; }