2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 04:37:17 +08:00

feat: 重命名配置目录

This commit is contained in:
2025-12-03 17:54:03 +08:00
parent b382d598f6
commit d583aa68fa
14 changed files with 164 additions and 164 deletions

View File

@@ -1,4 +1,4 @@
include /opt/ace/sites/default/config/global/*.conf;
include /opt/ace/sites/default/config/shared/*.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/vhost/*.conf;
include /opt/ace/sites/default/config/site/*.conf;
# browser cache
location ~ .*\.(bmp|jpg|jpeg|png|gif|svg|ico|tiff|webp|avif|heif|heic|jxl)$ {
expires 30d;