test
This commit is contained in:
@@ -26,7 +26,7 @@ http {
|
|||||||
tcp_nodelay on;
|
tcp_nodelay on;
|
||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
types_hash_max_size 2048;
|
types_hash_max_size 2048;
|
||||||
client_max_body_size 100M;
|
client_max_body_size 1000M;
|
||||||
|
|
||||||
# Gzip压缩
|
# Gzip压缩
|
||||||
gzip on;
|
gzip on;
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ module.exports = {
|
|||||||
disableHostCheck: true,
|
disableHostCheck: true,
|
||||||
port: process.env.VUE_APP_PROXY_PORT,
|
port: process.env.VUE_APP_PROXY_PORT,
|
||||||
proxy: {
|
proxy: {
|
||||||
"/api": {
|
"/apis": {
|
||||||
target: "http://127.0.0.1:9081",
|
target: "http://121.40.38.249/",
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
ws: true,
|
ws: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
|||||||
Reference in New Issue
Block a user