Hello, very nice panel, i really like it so far,
i am testing on localhost and i want to change the default 80 port of nginx, i have edit the config file of my website, i have added the listening port on Firewall and i have open the port in my router. Still no access, my port forward checked and is accessible, ubuntu and aapanel firewall checked and port is open. So something in the nginx config file?
My config:
server
{
listen 84 default_server;
server_name website.com www.website.com;
index index.php index.html index.htm default.php default.htm default.html;
root /www/wwwroot/website.com;
Thank you