Hello,
How can i prevent that the panel can get reached trought all other domain (domain.tld:8080 , domain2.tld:8080, ...)?
Is it possible that the panel only get reached trought the URL configured during the install?
Thanks in advance.
Hello,
How can i prevent that the panel can get reached trought all other domain (domain.tld:8080 , domain2.tld:8080, ...)?
Is it possible that the panel only get reached trought the URL configured during the install?
Thanks in advance.
You also need a ServerDefaultPage for nginx. I've created a ticket:
http://youtrack.i-mscp.net/issue/IP-1447
Hello ;
Will be fixed in next release but right now, you can do:
1. Edit the /etc/nginx/nginx.conf file and add the following configuration snippet just belowhttp {
2. Edit the /etc/nginx/sites-available/00_master.conf file and replace the following directives
by
3 Do the same thing for the /etc/nginx/sites-available/00_master_ssl.conf file if any
4. Restart nginx
Then, your problem should be solved.
Will this be a config option? I actually use this 'feature'.
Atm I don't know how I'll implement it, but I think yes.