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) {