From d003db23ca10932f2fabad6fec0e589c1a6e1c26 Mon Sep 17 00:00:00 2001 From: Yi-Jyun Pan Date: Thu, 7 Nov 2024 15:19:50 +0800 Subject: [PATCH] fix(planner/php): Remove "internal" directive in NGINX > When a location is set to internal, any attempt to access it directly (e.g., through a URL in a browser) will result in a 404 Not Found error. --- internal/php/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/php/Dockerfile b/internal/php/Dockerfile index 29049b61..981919ea 100644 --- a/internal/php/Dockerfile +++ b/internal/php/Dockerfile @@ -54,7 +54,6 @@ server { fastcgi_param DOCUMENT_ROOT $realpath_root; fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_hide_header X-Powered-By; - internal; } location / {