diff --git a/config/default.ts b/config/default.ts index 85f363be..3c086908 100644 --- a/config/default.ts +++ b/config/default.ts @@ -19,7 +19,7 @@ const config: ConfigFile = { activeVersions: ['1\\.0\\.\\d+','2\\.0\\.\\d+'], hiddenRoutes: ['/bulk'], outdatedVersions: ['0\\.8\\.\\d+', '0\\.5\\.\\d+', '0\\.6\\.\\d+', '0\\.7\\.\\d+'], - output: '/etc/nginx/conf.d/default.conf', + output: '/etc/nginx/http.d/default.conf', rateLimitAllowList: ['127.0.0.1/32'], sslFilePaths: { certificate: '/etc/nginx/certs/ssl.crt', diff --git a/nginx.conf b/nginx.conf index fdc57b57..7ed5f4a4 100644 --- a/nginx.conf +++ b/nginx.conf @@ -22,5 +22,5 @@ http { gzip on; keepalive_timeout 65; - include /etc/nginx/conf.d/*; + include /etc/nginx/http.d/*; }