diff --git a/README.md b/README.md index 22ff124..06ad7cf 100644 --- a/README.md +++ b/README.md @@ -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; } ```