Do not commit certs
This commit is contained in:
parent
a8728f992e
commit
994e8f890a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
certs/
|
||||||
/.ssh/
|
/.ssh/
|
||||||
/client/node_modules/
|
/client/node_modules/
|
||||||
/server/node_modules/
|
/server/node_modules/
|
||||||
|
0
certs/.keep
Normal file
0
certs/.keep
Normal file
@ -31,7 +31,7 @@ export default defineConfig({
|
|||||||
https: httpsOption,
|
https: httpsOption,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/ketr.ketran/api': {
|
'/ketr.ketran/api': {
|
||||||
target: 'http://peddlers-server:8930/ketr.ketran',
|
target: 'http://peddlers-server:8930',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
rewrite: (path) => path.replace(/^\/ketr.ketran/, '')
|
rewrite: (path) => path.replace(/^\/ketr.ketran/, '')
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user