2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 21:57:27 +08:00

feat: 配置解析器优化

This commit is contained in:
2025-12-01 16:21:27 +08:00
parent b4bd840781
commit bd453daed9
18 changed files with 2440 additions and 340 deletions

View File

@@ -1,4 +1,4 @@
include /opt/ace/sites/default/config/http.d/*.conf;
include /opt/ace/sites/default/config/global/*.conf;
server {
listen 80;
server_name localhost;
@@ -15,7 +15,7 @@ server {
# error page
error_page 404 /404.html;
# custom configs
include /opt/ace/sites/default/config/server.d/*.conf;
include /opt/ace/sites/default/config/vhost/*.conf;
# browser cache
location ~ .*\.(bmp|jpg|jpeg|png|gif|svg|ico|tiff|webp|avif|heif|heic|jxl)$ {
expires 30d;