我使用nginx使用php5 fpm。 但我有一个问题。
# debug alias location /bb/ { alias /usr/share/blahblah/; }
找不到http://mysite.localhost/bb/index.php文件。 但仍然在/usr/share/blahblah/index.php
这是一个错误:
*1 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream
您可能不想直接从磁盘加载该文件,而是通过fastcgi进行代理。 在这种情况下,重写URL可能更符合你的要求。