mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-08 14:01:07 -07:00
Remove port 80 redirect.
This commit is contained in:
parent
7d68c0ebdb
commit
c0d04a8f14
1 changed files with 0 additions and 6 deletions
|
@ -1,12 +1,6 @@
|
||||||
# make sure that your dns has a cname set for tt-rss and your container name is tt-rss
|
# make sure that your dns has a cname set for tt-rss and your container name is tt-rss
|
||||||
# In tt-rss config.php the SELF_URL_PATH should be set to http://tt-rss.server.com/ NOT https://tt-rss.server.com although it will be accessible on https://tt-rss.server.com
|
# In tt-rss config.php the SELF_URL_PATH should be set to http://tt-rss.server.com/ NOT https://tt-rss.server.com although it will be accessible on https://tt-rss.server.com
|
||||||
|
|
||||||
server {
|
|
||||||
listen 80;
|
|
||||||
server_name tt-rss.*;
|
|
||||||
return 301 https://$host$request_uri;
|
|
||||||
}
|
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
listen [::]:443 ssl;
|
listen [::]:443 ssl;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue