Avoid PHP-FPM Reloading - 'SCRIPT_FILENAME' doesn't show current path #2862
Unanswered
pmochine
asked this question in
Help needed
Replies: 1 comment 1 reply
-
It should NOT include current in the path. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I followed this tutorial,
however when echoing
echo $_SERVER['SCRIPT_FILENAME'];
I still get this path/var/www/staging/releases/2/public/index.php
.Any idea what to do? It should say
current
in the path.My nginx file
Beta Was this translation helpful? Give feedback.
All reactions