mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
Fix tt-rss subdomain redirection
This commit is contained in:
parent
f5884fbd73
commit
7d68c0ebdb
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue