![renovate[bot]](/assets/img/avatar_default.png)
little php design preview (dead host/default page/fancyindex) improved "exploit blocking" fancyindex now default off block access to .git folders/files change NGINX_404_REDIRECT default to false
17 lines
357 B
Text
17 lines
357 B
Text
server {
|
|
http3 off;
|
|
listen 82 ssl;
|
|
listen [::]:82 ssl;
|
|
|
|
server_name "";
|
|
return 444;
|
|
|
|
include conf.d/include/brotli.conf;
|
|
include conf.d/include/force-tls.conf;
|
|
include conf.d/include/tls-ciphers.conf;
|
|
include conf.d/include/always.conf;
|
|
|
|
#ssl_certificate ;
|
|
#ssl_certificate_key ;
|
|
#ssl_trusted_certificate ;
|
|
}
|