mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-08 17:42:32 +02:00
remove dupe config that errors in nginx 1.20
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## Version 2021/05/18
|
||||
## Version 2021/07/08
|
||||
# make sure that your dns has a cname set for freshrss
|
||||
|
||||
server {
|
||||
@@ -36,7 +36,6 @@ server {
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
proxy_redirect off;
|
||||
proxy_buffering off;
|
||||
proxy_set_header X-Forwarded-Port $server_port;
|
||||
proxy_cookie_path / "/; HTTPOnly; Secure";
|
||||
|
||||
Reference in New Issue
Block a user