fix tabs in readme
This commit is contained in:
parent
8c91a5f341
commit
dcc617ded0
1 changed files with 3 additions and 3 deletions
|
@ -10,12 +10,12 @@ map $http_accept_language $index_redirect_uri {
|
|||
}
|
||||
|
||||
location = / {
|
||||
return 302 $index_redirect_uri;
|
||||
return 302 $index_redirect_uri;
|
||||
}
|
||||
|
||||
location / {
|
||||
root /var/www/html;
|
||||
index index.html;
|
||||
root /var/www/html;
|
||||
index index.html;
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue