1
0

Do not commit certs

This commit is contained in:
James Ketr 2025-09-27 13:58:31 -07:00
parent a8728f992e
commit 994e8f890a
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
certs/
/.ssh/
/client/node_modules/
/server/node_modules/

0
certs/.keep Normal file
View File

View File

@ -31,7 +31,7 @@ export default defineConfig({
https: httpsOption,
proxy: {
'/ketr.ketran/api': {
target: 'http://peddlers-server:8930/ketr.ketran',
target: 'http://peddlers-server:8930',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/ketr.ketran/, '')
}