From 067d673cdb8e5ec68e9af00970f0feac6abdee5d Mon Sep 17 00:00:00 2001 From: Mikhail Date: Wed, 3 Jan 2024 02:34:45 +0000 Subject: [PATCH] Update default.conf --- default.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.conf b/default.conf index 9defde5..58f1bcc 100644 --- a/default.conf +++ b/default.conf @@ -4,6 +4,9 @@ server { index index.html index.htm index.nginx-debian.html; server_name _; # managed by Certbot client_max_body_size 50M; + location /shit { + proxy_pass http://10.8.0.5; + } location /auth { if ($request_method = OPTIONS) {