Skip to content

Commit

Permalink
fix: sync nginx template from bench changes (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
revant authored Oct 20, 2023
1 parent 7f8d794 commit dddb791
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions resources/nginx-template.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ upstream socketio-server {
server ${SOCKETIO} fail_timeout=0;
}

# Parse the X-Forwarded-Proto header - if set - defaulting to $scheme.
map $http_x_forwarded_proto $proxy_x_forwarded_proto {
default $scheme;
https https;
}

server {
listen 8080;
server_name ${FRAPPE_SITE_NAME_HEADER};
Expand Down

0 comments on commit dddb791

Please sign in to comment.