mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-17 21:25:47 +02:00
8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
location / {
|
|
index app.php;
|
|
try_files $uri @rewriteapp;
|
|
}
|
|
|
|
location @rewriteapp {
|
|
rewrite ^(.*)$ /app.php/$1 last;
|
|
} |