From 41960621c5ec5d280176736ce7279868ae25cf98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ad=C3=A1mek?= Date: Tue, 14 Oct 2025 18:33:42 +0200 Subject: [PATCH] fix: revert nginx 3 Related: #1997 --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 779bcbb4c..89e4a1743 100644 --- a/nginx.conf +++ b/nginx.conf @@ -2,7 +2,7 @@ server { listen 0.0.0.0:8080; server_name docs.apify.com; - location = / { + location / { proxy_pass https://apify.github.io/apify-docs/; }