oneinstack/config/typecho.conf
2024-07-15 13:21:08 +08:00

6 lines
88 B
Plaintext

location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php$1 last;
}
}