Skip to content

Commit

Permalink
fix: Invalid nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
feelfreelinux committed May 24, 2024
1 parent 4b6bbb8 commit 6e433b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup-klipper-moonraker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ EOF

mkdir -p /etc/nginx/conf.d/

cat << EOF > /etc/nginx/conf.d/upstreams.conf
# /etc/nginx/conf.d/upstreams.conf
cat << EOF > /etc/nginx/http.d/upstreams.conf
# /etc/nginx/http.d/upstreams.conf
upstream apiserver {
ip_hash;
Expand Down

0 comments on commit 6e433b4

Please sign in to comment.