Update newsreader settings

This commit is contained in:
sonny 2023-07-02 13:17:40 +02:00
parent 026e2f84fc
commit ed7bf5a46c
2 changed files with 3 additions and 2 deletions

View file

@ -24,6 +24,6 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Frame-Options SAMEORIGIN;
proxy_pass https://{{ newsreader_ip }};
proxy_pass http://{{ newsreader_ip }}:{{ newsreader_port }};
}
}