Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
# ip access
server {
listen 80 default_server;
server_name _;
return 404;
}
# domain access
server {
listen 80;
server_name localhost;
location / {
root /home/user/site/root;
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question