mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
revert unwanted (?) changes
This commit is contained in:
parent
4bf6ffb749
commit
339f922652
1 changed files with 2 additions and 1 deletions
|
@ -129,8 +129,9 @@ server {
|
|||
# With php5-fpm:
|
||||
fastcgi_pass unix:/var/run/php5-fpm.sock;
|
||||
|
||||
include fastcgi.conf;
|
||||
include fastcgi_params;
|
||||
fastcgi_index index.php;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
}
|
||||
|
||||
# deny access to all dot files
|
||||
|
|
Loading…
Reference in a new issue