appstore-1panel/apps/openresty/1.21.4.3-0-focal/conf/conf.d/default.conf
renovate[bot] a4ae036e70
chore(deps): update openresty/openresty docker tag to v1.21.4.3 (#589)
* chore(deps): update openresty/openresty docker tag to v1.21.4.3

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2023-11-13 14:45:19 +08:00

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;
}