Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Apr 9, 2024
1 parent 9df4438 commit d1fc7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ server {
}

location / {
proxy_pass http://127.0.0.1:8082i;
proxy_pass http://127.0.0.1:8082;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
}
Expand Down

0 comments on commit d1fc7a9

Please sign in to comment.