Skip to content

Commit

Permalink
fix(planner/php): Remove "internal" directive in NGINX
Browse files Browse the repository at this point in the history
> 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.
  • Loading branch information
pan93412 committed Nov 7, 2024
1 parent 690c7bb commit d003db2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 / {
Expand Down

0 comments on commit d003db2

Please sign in to comment.