diff options
author | crupest <crupest@outlook.com> | 2022-11-27 10:39:28 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-27 10:39:28 +0800 |
commit | 4c4172741598ae2fb7fa2bf29e8107df45dfdafc (patch) | |
tree | e07d96c0a151c790fa21fa20c33e74ad8395ee38 /template/nginx/root.conf.template | |
parent | 1f811cba817c99491a70aff9ece83f1f59c6b2c0 (diff) | |
download | crupest-4c4172741598ae2fb7fa2bf29e8107df45dfdafc.tar.gz crupest-4c4172741598ae2fb7fa2bf29e8107df45dfdafc.tar.bz2 crupest-4c4172741598ae2fb7fa2bf29e8107df45dfdafc.zip |
Fix nginx config bug.
Diffstat (limited to 'template/nginx/root.conf.template')
-rw-r--r-- | template/nginx/root.conf.template | 2 |
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 { |