[DOCUMENTATION] Add further notes to the nginx sample config

This commit is contained in:
tenma 2020-03-12 18:03:48 +00:00
parent 8041df7d41
commit a8c2a9da3a
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ server {
}
# PHP
# FIXME: Change "php7.X" to your version of fpm
location ~ ^/(index|install)\.php(/.*)?$ {
#location ^~ /index.php {
include fastcgi_params;