Update README.md
This commit is contained in:
parent
3c2f4fa605
commit
91facd44b8
|
@ -83,7 +83,8 @@ server
|
||||||
access_log /var/log/nginx/audio.chalec.org-access.log;
|
access_log /var/log/nginx/audio.chalec.org-access.log;
|
||||||
error_log /var/log/nginx/audio.chalec.org-error.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
|
server
|
||||||
|
|
Loading…
Reference in New Issue