appstore-1panel/apps/openresty/1.21.4.2-0-focal/conf/conf.d/00.default.conf
github-action update-app-version b80bf5a730 Update app version
2023-08-04 00:29:07 +00:00

18 lines
285 B
Plaintext

map "" $empty {
default "";
}
server
{
listen 80;
listen 443 ssl http2;
server_name _;
ssl_ciphers aNULL;
ssl_certificate data:$empty;
ssl_certificate_key data:$empty;
ssl_reject_handshake on;
index 404.html;
root /usr/share/nginx/html;
}