更新阿里云服务器ip

This commit is contained in:
zhangbo 2024-03-04 10:01:40 +08:00
parent db3ebd0df0
commit 300c9e1a74
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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"'
} }