更新阿里云服务器ip
This commit is contained in:
parent
db3ebd0df0
commit
300c9e1a74
|
@ -1,6 +1,6 @@
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name 180.76.106.6;
|
server_name 8.140.205.154;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
NODE_ENV: '"production"',
|
NODE_ENV: '"production"',
|
||||||
// API: '"http://127.0.0.1:8089"'
|
// API: '"http://127.0.0.1:8089"'
|
||||||
API: '"http://180.76.106.6:19527/api"'
|
API: '"http://8.140.205.154:19527/api"'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue