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

Commit

Permalink
Merge branch 'master' of https://github.com/Jzow/wansen-erp-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Jzow committed Sep 22, 2023
2 parents dfd7f61 + ecb1b7c commit c47a683
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
9 changes: 0 additions & 9 deletions .vscode/extensions.json

This file was deleted.

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 c47a683

Please sign in to comment.