mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
Update nginx.conf
This commit is contained in:
parent
e8c181ea49
commit
afbe95cff6
1 changed files with 8 additions and 6 deletions
|
@ -10,11 +10,13 @@ location __PATH__/ {
|
|||
client_max_body_size 20m;
|
||||
client_body_buffer_size 128k;
|
||||
|
||||
# Default indexes and catch-all
|
||||
index index.php;
|
||||
|
||||
charset utf-8;
|
||||
|
||||
location ~* \.php${
|
||||
location ~* \.php$
|
||||
{
|
||||
try_files $uri =404;
|
||||
fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock;
|
||||
fastcgi_index index.php;
|
||||
|
|
Loading…
Add table
Reference in a new issue