refactor: adjust nginx config file location

This commit is contained in:
Rainer Killinger
2022-03-10 16:54:32 +01:00
parent 712f204ade
commit 20f281a544
2 changed files with 2 additions and 2 deletions

View File

@@ -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',