Hello, running Nginx for Windows but when I run it and then try to ping the server I get pinging replys but 504 server errors and cant get the index page to load. Do I have something wrong in my config file below?
location / {
# root html;
root C:/www/htdocs;
index C:/www/htdocs/index.html;
}
location / {
# root html;
root C:/www/htdocs;
index C:/www/htdocs/index.html;
}