This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
revert unwanted (?) changes
pull/3760/head
Tobias Diekershoff
3 years ago
parent
4bf6ffb749
commit
339f922652
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
mods/sample-nginx.config
+ 2
- 1
mods/sample-nginx.config
View File
@ -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
Write
Preview
Loading…
Cancel
Save