This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
1Panel
mirror of
https://github.com/1Panel-dev/1Panel
Watch
1
Star
0
Fork
You've already forked 1Panel
0
Code
Issues
Projects
Releases
Wiki
Activity
a4a66e1e18
1Panel
/
cmd
/
server
/
nginx_conf
/
rewrite
/
dbshop.conf
7 lines
103 B
Plaintext
Raw
Blame
History
location /{
try_files $uri $uri/ /index.php$is_args$args;
}
location ~ \.htaccess{
deny all;
}
Reference in New Issue
View Git Blame
Copy Permalink