From 91facd44b8da577184f9240f473abbd92ba30e57 Mon Sep 17 00:00:00 2001 From: Christian MOMON Date: Wed, 8 Dec 2021 12:07:33 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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