Skip to content

Commit

Permalink
fix bug in nginx congiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonghui Tang committed Aug 13, 2020
1 parent d1b4bc5 commit b8c94db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/_nginx_configure
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ nginx_configure()

sudo cp $top_dir/etc/rest/nginx.conf $nginx_conf_file

sed -i.bak "s:to be set:$top_dir/src/rest/frontend:" $nginx_conf_file
sudo sed -i.bak "s:to be set:$top_dir/src/rest/frontend:" $nginx_conf_file

else

Expand Down

0 comments on commit b8c94db

Please sign in to comment.