Skip to content

Commit

Permalink
chore: add proxy_protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
samialdury committed Nov 20, 2023
1 parent a28f353 commit a49586a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/templates/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ map $status $loggable {
}

server {
listen ${PROXY_PORT};
listen ${PROXY_PORT} proxy_protocol;

proxy_cache off;

Expand Down

0 comments on commit a49586a

Please sign in to comment.