Include try_files in your nginx.conf file to resolve this issue.
location / {
try_files $uri $uri/ /index.html;
}
For further actions, you may consider blocking this person and/or reporting abuse
Ernesto -
Harsh Mishra -
Jean-Noël -
Ogasawara Kakeru -
Top comments (0)