cxfoot/web/nginx.htaccess
2023-12-28 14:32:05 +08:00

4 lines
120 B
Plaintext

location / {
# Redirect everything that isn't a real file to index.php
try_files $uri $uri/ /index.php?$args;
}