Skip to content

Commit

Permalink
Merge pull request #11 from Etherna/feature/EPRP-10-add-cms
Browse files Browse the repository at this point in the history
fix cms proxy pass
  • Loading branch information
tmm360 authored Mar 24, 2024
2 parents 46e3107 + 677b8d6 commit a4e603c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ http {

# Authorized APIs
location / {
proxy_pass http://creditSystem;
proxy_pass http://info-cms;

proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down

0 comments on commit a4e603c

Please sign in to comment.