Skip to content

Commit

Permalink
update ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
romashovdmitry committed Mar 3, 2024
1 parent 5786eb2 commit 82b6296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Nginx/templates/nginx.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ server {
ssl_certificate_key /etc/nginx/certs/key.pem;

location ~ ^/(api)/(.*)$ {
proxy_pass http://${BACKEND_HOST}:${BACKEND_PORT};
proxy_pass http://<%= $BACKEND_HOST %>:<%= $BACKEND_PORT %>;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_redirect off;
Expand Down

0 comments on commit 82b6296

Please sign in to comment.