From 2b59f8719ac9c37dcd1cdbec101d74a5aad0fc29 Mon Sep 17 00:00:00 2001 From: Sirttas Date: Sun, 29 Oct 2023 12:57:14 +0100 Subject: [PATCH] cleanup --- nginx.conf.template | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx.conf.template b/nginx.conf.template index 2b1b229..e0ab0a8 100644 --- a/nginx.conf.template +++ b/nginx.conf.template @@ -13,7 +13,6 @@ server { proxy_ssl_server_name on; proxy_set_header Host "${API_URL}"; proxy_set_header X-Forwarded-Proto https; - } location /pocketbase/ { proxy_pass https://${POCKET_BASE_URL}/;