mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-25 22:18:47 +08:00
e33ac3b1eb
* feat: 更新 Openresty 版本到 1.21.4.3-3-1-focal * feat: 更新配置文件 * feat: 网站监控增加日志保存天数
18 lines
344 B
Plaintext
18 lines
344 B
Plaintext
server {
|
|
listen 80 ;
|
|
server_name 127.0.0.1;
|
|
charset utf-8;
|
|
default_type text/html;
|
|
|
|
location ~ /.well-known/acme-challenge {
|
|
allow all;
|
|
root /usr/share/nginx/html;
|
|
}
|
|
|
|
location /nginx_status {
|
|
stub_status on;
|
|
access_log off;
|
|
}
|
|
|
|
root /usr/share/nginx/html;
|
|
} |