mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +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+'],
|
activeVersions: ['1\\.0\\.\\d+','2\\.0\\.\\d+'],
|
||||||
hiddenRoutes: ['/bulk'],
|
hiddenRoutes: ['/bulk'],
|
||||||
outdatedVersions: ['0\\.8\\.\\d+', '0\\.5\\.\\d+', '0\\.6\\.\\d+', '0\\.7\\.\\d+'],
|
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'],
|
rateLimitAllowList: ['127.0.0.1/32'],
|
||||||
sslFilePaths: {
|
sslFilePaths: {
|
||||||
certificate: '/etc/nginx/certs/ssl.crt',
|
certificate: '/etc/nginx/certs/ssl.crt',
|
||||||
|
|||||||
@@ -22,5 +22,5 @@ http {
|
|||||||
gzip on;
|
gzip on;
|
||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
|
|
||||||
include /etc/nginx/conf.d/*;
|
include /etc/nginx/http.d/*;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user