[DOCUMENTATION] Add further notes to the nginx sample config
This commit is contained in:
parent
d369e807fb
commit
eac3f58e9a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user