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:
parent
40df12542b
commit
57fdba3a14
1 changed files with 75 additions and 73 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue