mirror of
https://github.com/acepanel/panel.git
synced 2026-02-05 17:07:18 +08:00
refactor: 网站nginx配置解析生成
This commit is contained in:
2
pkg/nginx/testdata/https.conf
vendored
2
pkg/nginx/testdata/https.conf
vendored
@@ -13,8 +13,6 @@ server {
|
||||
ssl_early_data on;
|
||||
# 错误页配置
|
||||
error_page 404 /404.html;
|
||||
# 伪静态规则
|
||||
include /www/server/vhost/rewrite/default.conf;
|
||||
include enable-php-0.conf;
|
||||
# 不记录静态文件日志
|
||||
location ~ .*\.(bmp|jpg|jpeg|png|gif|svg|ico|tiff|webp|avif|heif|heic|jxl)$ {
|
||||
|
||||
Reference in New Issue
Block a user