mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
hopefully fixing indentation...
This commit is contained in:
parent
132653ac56
commit
6e02c0e908
1 changed files with 3 additions and 3 deletions
|
@ -82,8 +82,8 @@ server {
|
|||
|
||||
# rewrite to front controller as default rule
|
||||
location / {
|
||||
if (!-e $request_filename) {
|
||||
rewrite ^(.*)$ /index.php?pagename=$1;
|
||||
if (!-e $request_filename) {
|
||||
rewrite ^(.*)$ /index.php?pagename=$1;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -93,7 +93,7 @@ server {
|
|||
location ^~ /.well-known/ {
|
||||
allow all;
|
||||
if (!-e $request_filename) {
|
||||
rewrite ^(.*)$ /index.php?pagename=$1;
|
||||
rewrite ^(.*)$ /index.php?pagename=$1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue