mirror of
https://github.com/YunoHost-Apps/baikal_ynh.git
synced 2024-09-03 18:16:11 +02:00
Update nginx.conf
This commit is contained in:
parent
639e51d4bb
commit
00bec35ca8
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@ location PATHTOCHANGE {
|
|||
location ~ ^(.+\.php)(.*)$ {
|
||||
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
||||
fastcgi_pass unix:/var/run/php5-fpm.sock;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root/$fastcgi_script_name;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
include fastcgi_params;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||
}
|
||||
#rewrite ~ ^/.well-known/caldav PATHTOCHANGE/cal.php redirect;
|
||||
#rewrite ~ ^/.well-known/carddav PATHTOCHANGE/card.php redirect;
|
||||
|
|
Loading…
Add table
Reference in a new issue