This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tsg-tsg-diagnose/badssl.com/nginx.conf
2019-12-20 15:48:39 +08:00

11 lines
279 B
Nginx Configuration File

---
---
server_names_hash_bucket_size 128;
# Specify the fallback behaviour first.
include {{ site.serving-path }}/fallback.conf;
# Now include the known subdomains.
include {{ site.serving-path }}/domains/*/*.conf;
include {{ site.serving-path }}/domains-local-only/*/*.conf;