1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

Fix Indentation

This commit is contained in:
Josue-T 2018-01-18 23:29:59 +01:00 committed by GitHub
parent 40df12542b
commit 57fdba3a14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,9 @@ if ($scheme = http) {
}
#.htaccess file from Friendica converted using http://winginx.com/en/htaccess
location ~ "(^|/)\.git" { return 403;}
location ~ "(^|/)\.git" {
return 403;
}
autoindex off;
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?pagename=$1;