Also, does this work in the Windows version?
https://easyengine.io/tutorials/nginx/status-page/
And does this setting for server_name always have to be changed to my domain name? what if I don't have a domain name, can I just put the servers IP Address?;
server {
listen 80;
server_name localhost;
https://easyengine.io/tutorials/nginx/status-page/
And does this setting for server_name always have to be changed to my domain name? what if I don't have a domain name, can I just put the servers IP Address?;
server {
listen 80;
server_name localhost;