Skip to content

Commit

Permalink
fix: missing http for proxy pass
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Feb 16, 2024
1 parent 5dae3e4 commit 68a9cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/nginx.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ http {
# Reverse proxy settings
include /gateway/conf/proxy.conf;
set $upstream_auth ${BENTOV2_AUTH_CONTAINER_NAME}:${BENTOV2_AUTH_INTERNAL_PORT};
set $upstream_auth http://${BENTOV2_AUTH_CONTAINER_NAME}:${BENTOV2_AUTH_INTERNAL_PORT};
proxy_pass $upstream_auth;
error_log /var/log/bentov2_auth_errors.log;
Expand Down

0 comments on commit 68a9cfd

Please sign in to comment.