Skip to content

Commit d1fc7a9

Browse files
committed
fix
1 parent 9df4438 commit d1fc7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ server {
2020
}
2121

2222
location / {
23-
proxy_pass http://127.0.0.1:8082i;
23+
proxy_pass http://127.0.0.1:8082;
2424
proxy_set_header Host $host;
2525
proxy_set_header X-Real-IP $remote_addr;
2626
}

0 commit comments

Comments
 (0)