Initial YakPanel commit
This commit is contained in:
8
rewrite/nginx/EduSoho.conf
Normal file
8
rewrite/nginx/EduSoho.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
location / {
|
||||
index app.php;
|
||||
try_files $uri @rewriteapp;
|
||||
}
|
||||
|
||||
location @rewriteapp {
|
||||
rewrite ^(.*)$ /app.php/$1 last;
|
||||
}
|
||||
Reference in New Issue
Block a user