changed port

master
cheetah 2 years ago
parent 0893905255
commit 7fc84cfcb1

@ -6,4 +6,4 @@ appConfig.use(express.static(__dirname + '/node_modules/@mdi/font'))
/** CONFIG Routes */
appConfig.listen(3080, '0.0.0.0' || config.host || '127.0.0.1')
appConfig.listen(3250, '0.0.0.0' || config.host || '127.0.0.1')

@ -1,7 +1,7 @@
server {
listen 80;
server_name smartpager.network;
location / { proxy_pass http://127.0.0.1:3080; }
location / { proxy_pass http://127.0.0.1:3250; }
location /disp_main/ { proxy_pass http://127.0.0.1:3000/; }
location /disp_cfg/ { proxy_pass http://127.0.0.1:3001/; }
location /msg-dwd_cfg/ { proxy_pass http://127.0.0.1:3050/; }

Loading…
Cancel
Save