Generate fake SSL certs for config validation

This commit is contained in:
2023-11-10 01:34:16 +01:00
parent 714be4b62c
commit 9b8d9502de
2 changed files with 36 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ worker_processes auto;
error_log /var/log/nginx/error.log notice;
pid /var/run/nginx.pid;
load_module /etc/nginx/modules/ngx_http_headers_more_filter_module.so;
load_module modules/ngx_http_headers_more_filter_module.so;
events {
worker_connections 1024;