iresty / Mio

API statistics/summary and health datas in NGINX based on OpenResty/ngx_lua, just like NGINX Plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work properly if there is other vhosts

lolalua opened this issue · comments

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

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

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.