mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
fix
This commit is contained in:
parent
6e01729444
commit
10cd45a98a
2 changed files with 3 additions and 4 deletions
|
@ -19,7 +19,6 @@ location __PATH__/ {
|
|||
location ~* \.php$ {
|
||||
try_files $uri =404;
|
||||
fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock;
|
||||
|
||||
fastcgi_index index.php;
|
||||
include fastcgi_params;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
|
|
Loading…
Add table
Reference in a new issue