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

Update nginx.conf

This commit is contained in:
Éric Gaspar 2021-01-05 17:34:19 +01:00 committed by GitHub
parent 1fda872785
commit e04053c4ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ location __PATH__/ {
index index.php ;
rewrite ^/.*$ /index.php last;
try_files $uri $uri/ __PATH__/index.php;
location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$;