1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpmyadmin_ynh.git synced 2024-09-03 19:56:46 +02:00
This commit is contained in:
polytan02 2016-12-11 23:35:48 +00:00 committed by GitHub
commit e8679f1c69

View file

@ -6,6 +6,7 @@ location YNH_WWW_PATH {
index index.php;
client_max_body_size 50M;
try_files $uri $uri/ index.php;
client_max_body_size 50M;
location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
fastcgi_pass unix:/var/run/php5-fpm-NAMETOCHANGE.sock;