Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 8ef9171

Browse files
committed
Changed to port 9200
1 parent 82ebdfe commit 8ef9171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ http {
88
}
99

1010
server {
11-
listen 8000;
11+
listen 9200;
1212
location / {
1313
resolver 8.8.8.8;
1414
resolver_timeout 5s;

0 commit comments

Comments
 (0)