mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-12 19:42:33 +02:00
Fix tt-rss subdomain redirection
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user