mirror of
https://github.com/cloudpanel-io/vhost-templates.git
synced 2026-05-18 08:23:31 +08:00
.
This commit is contained in:
@@ -31,6 +31,10 @@ server {
|
||||
return 403;
|
||||
}
|
||||
|
||||
location ~ email/(.*).gif {
|
||||
try_files $uri /index.php?$args;
|
||||
}
|
||||
|
||||
location ~ (.*).js {
|
||||
try_files $uri /index.php?$args;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user