nginx web page 404 Posted on 2019-12-02 Edited on 2024-03-21 nginx web page 4041234567location / { root /file_path; index index.html index.htm; try_files $uri $uri/ @rewrites;}location @rewrites {rewrite ^(.+)$ /index/index.html last;} Donate WeChat Pay Alipay