aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-27 10:39:28 +0800
committercrupest <crupest@outlook.com>2022-11-27 10:39:28 +0800
commit7e19476cdb38ddab1645be34572836dc8d36675e (patch)
treee07d96c0a151c790fa21fa20c33e74ad8395ee38
parentaa88e7a1b6328b96b88254bec86920f7e5c75c05 (diff)
downloadcrupest-7e19476cdb38ddab1645be34572836dc8d36675e.tar.gz
crupest-7e19476cdb38ddab1645be34572836dc8d36675e.tar.bz2
crupest-7e19476cdb38ddab1645be34572836dc8d36675e.zip
Fix nginx config bug.
-rw-r--r--template/nginx/root.conf.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/nginx/root.conf.template b/template/nginx/root.conf.template
index 110def4..d1cbb45 100644
--- a/template/nginx/root.conf.template
+++ b/template/nginx/root.conf.template
@@ -1,5 +1,5 @@
upstream crupest-api {
- server crupest-api:5000
+ server crupest-api:5000;
}
server {