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