changed port

This commit is contained in:
cheetah 2022-12-12 23:37:22 +01:00
parent 0893905255
commit 7fc84cfcb1
2 changed files with 2 additions and 2 deletions

View file

@ -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')

View file

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