Fix tt-rss subdomain redirection

This commit is contained in:
Dreytac 2019-10-03 20:30:55 +10:00 committed by GitHub
parent f5884fbd73
commit 7d68c0ebdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
server {
listen 80;
server_name tt-rss.*;
return 301 https://$server_name$request_uri;
return 301 https://$host$request_uri;
}
server {