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 | 7e19476cdb38ddab1645be34572836dc8d36675e (patch) | |
tree | e07d96c0a151c790fa21fa20c33e74ad8395ee38 | |
parent | aa88e7a1b6328b96b88254bec86920f7e5c75c05 (diff) | |
download | crupest-7e19476cdb38ddab1645be34572836dc8d36675e.tar.gz crupest-7e19476cdb38ddab1645be34572836dc8d36675e.tar.bz2 crupest-7e19476cdb38ddab1645be34572836dc8d36675e.zip |
Fix nginx config bug.
-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 { |