Je reçois une erreur 404 not found sur la page nginx, je n'ai pas d'erreur dans le fichier journal d'erreurs de nginx non plus.
server {
listen 6269;
server_name (domain);
root /home/temp;
index /_h5ai/public/index.php;
location / {
try_files $uri $uri/ =404;
autoindex on;
autoindex_exact_size off;
autoindex_localtime on;
}
location ~* \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php-fpm/www.sock;
}
}
- error.log est vide
- access .log a:
X.0.X.190 - - [17/Nov/2018:21:50:57 +0000] "GET / HTTP/1.1" 404 571 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36" "-"
- Système d'exploitation : Fedora 29