mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 19:22:51 +00:00
refactor: adjust nginx config file location
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -22,5 +22,5 @@ http {
|
||||
gzip on;
|
||||
keepalive_timeout 65;
|
||||
|
||||
include /etc/nginx/conf.d/*;
|
||||
include /etc/nginx/http.d/*;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user