Skip to content

Commit c943ccd

Browse files
committed
fix latest release
Signed-off-by: Zoey <[email protected]>
1 parent 55b173a commit c943ccd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ async function appStart () {
77
const setup = require('./setup');
88
const app = require('./app');
99
const apiValidator = require('./lib/validator/api');
10+
const internalNginx = require('./internal/nginx');
1011
const internalCertificate = require('./internal/certificate');
1112
const internalIpRanges = require('./internal/ip_ranges');
1213

@@ -17,7 +18,7 @@ async function appStart () {
1718
})
1819
.then(internalIpRanges.fetch)
1920
.then(() => {
20-
21+
internalNginx.reload();
2122
internalCertificate.initTimer();
2223
internalIpRanges.initTimer();
2324

0 commit comments

Comments
 (0)