diff --git a/README.md b/README.md index 1bc89eb..5a9e7ba 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,8 @@ server access_log /var/log/nginx/audio.chalec.org-access.log; error_log /var/log/nginx/audio.chalec.org-error.log; - return 302 https://$host$request_uri; + #return 302 https://$host$request_uri; + return 302 https://audio.chalec.org$request_uri; } server