mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-09-08 02:27:54 +02:00
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
location /typecho/ {
|
|
if (!-e $request_filename) {
|
|
rewrite ^(.*)$ /typecho/index.php$1 last;
|
|
}
|
|
}
|