Answer the question
In order to leave comments, you need to log in
Why does the site not open after changing the nginx configuration?
The first time I change the nginx configurations, since in my case it should only give static, and now it works as the main server, although there is apache. I changed the config like this:
http {
server {
server_name thynex.net;
location / {
root /;
}
location /images/ {
root static/img/;
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question