mirror of
https://github.com/YunoHost-Apps/matterbridge_ynh.git
synced 2024-09-03 19:36:24 +02:00
Delete nginx.conf
This commit is contained in:
parent
06e034b13d
commit
cfd3d9727e
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
||||||
root __FINALPATH__/;
|
|
||||||
index index.php;
|
|
||||||
|
|
||||||
location ~ \.php$ {
|
|
||||||
try_files $uri =404;
|
|
||||||
fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
|
|
||||||
fastcgi_index index.php;
|
|
||||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
|
||||||
include /etc/nginx/fastcgi_params;
|
|
||||||
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue