Answer the question
In order to leave comments, you need to log in
404 not found. Why can't nginx see this static url?
If you go with /, and by clicking on the button, go to /managespeech, then everything works, and if you then reload the page, then this is already
user nginx;
worker_processes 2;
error_log /var/log/nginx/error.log warn;
pid /var/run/nginx.pid;
events {
worker_connections 1024;
}
http {
server {
root /www/data;
sendfile_max_chunk 50m;
try_files $uri $uri/ $uri.html =404;
}
}
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