forked from smartpager/ui-tabs-frontend
changed port
This commit is contained in:
parent
0893905255
commit
7fc84cfcb1
2 changed files with 2 additions and 2 deletions
2
index.js
2
index.js
|
@ -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…
Add table
Reference in a new issue