1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/civicrm_drupal7_ynh.git synced 2024-09-03 18:16:19 +02:00

Update nginx.conf

This commit is contained in:
yalh76 2022-01-05 02:05:31 +01:00
parent 92e344edf0
commit 34972001a6

View file

@ -3,7 +3,9 @@ location __PATH__/ {
# Path to source # Path to source
alias __FINALPATH__/__NAME__/ ; alias __FINALPATH__/__NAME__/ ;
index index.php; index index.php;
if (!-e $request_filename) if (!-e $request_filename)
{ {
rewrite ^__PATH__/(.+)$ __PATH__/index.php?q=$1 last; rewrite ^__PATH__/(.+)$ __PATH__/index.php?q=$1 last;