mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 06:47:20 +08:00
5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
location / {
|
|
try_files $uri $uri/ /index.php$is_args$args;
|
|
}
|
|
|
|
rewrite /wp-admin$ $scheme://$host$uri/ permanent; |