oneinstack/config/typecho.conf

6 lines
88 B
Plaintext
Raw Normal View History

2024-07-15 13:21:08 +08:00
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php$1 last;
}
}