iresty / Mio

API statistics/summary and health datas in NGINX based on OpenResty/ngx_lua, just like NGINX Plus
Other
285 stars 67 forks source link

Doesn't work properly if there is other vhosts #11

Open lolalua opened 7 years ago

lolalua commented 7 years ago

Hello,

I tried to follow all your install. instructions but unfortunately, i can get it work proprely. the port 8080 is returning ./dashboard/views/index.html

Develop Branch and 1.11.2.2 resty That's all Could you please help me install it because I already run an app on port 80

Thanks in advance

moonming commented 7 years ago

sorry for late reply. you can change the 80 port here to other not used port : https://github.com/iresty/Mio/blob/master/conf/nginx.conf#L34

moonming commented 7 years ago

by the way, 80 port is reserved for your business, Mio only use 8080 for admin site, and 9090 for restful API, which can be changed to other ports as you wish.