Update freshrss.subdomain.conf.sample

This commit is contained in:
aptalca 2019-08-10 16:52:47 -04:00 committed by GitHub
parent 12bd8f4612
commit 57fe1d2725
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@ server {
proxy_redirect off;
proxy_buffering off;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Port $server_port;
proxy_cookie_path / "/; HTTPOnly; Secure";
proxy_set_header Authorization $http_authorization;