Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #23 from wansenai/Jzow-patch-2
Browse files Browse the repository at this point in the history
Delete proxy pass url #21
  • Loading branch information
Jzow committed Sep 22, 2023
2 parents dbffd55 + b517215 commit ecb1b7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ server {
try_files $uri $uri/ /index.html;
}

location /wansenerp-api/ {
location /erp-api/ {
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header REMOTE-HOST $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://core-api-svc.default.svc.cluster.local:9999/;
}
}

0 comments on commit ecb1b7c

Please sign in to comment.