mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-24 06:44:17 +08:00
7 lines
No EOL
103 B
Text
7 lines
No EOL
103 B
Text
location /{
|
|
try_files $uri $uri/ /index.php$is_args$args;
|
|
}
|
|
|
|
location ~ \.htaccess{
|
|
deny all;
|
|
} |