⚠️ ARCHIVED WEBSITE, NO FURTHER UPDATES ⚠️
383 shaares
79 private links
79 private links
4 results
tagged
php
I've had an issue where a PHP app was at the /virtual
folder in my server.
The fast_cgi was claiming "file not found".
Passing:
fastcgi_param SCRIPT_FILENAME $document_root/virtual/$fastcgi_script_name;
to it solved the issue. Since the fast_cgi will search for scripts at the /virtual
folder now.