답변:
난 당신이 누락 추측 ;
의 말에 server_name
는 해석 있도록 지침 allow
서버 이름의 한 부분으로 라인을.
server {
listen 80;
server_name example.com;
allow 127.0.0.0/8;
;
마지막 에 누락되어 404 Not Found nginx
브라우저 및 server name "/var/www/mysite" has suspicious symbols in /etc/nginx/sites-available/mysite.conf:8
에서 발생 했습니다 /var/log/nginx/error.log
.