This website requires JavaScript.
Explore
Help
Sign In
tronnet
/
nginx
Watch
1
Star
0
Fork
0
You've already forked nginx
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5ecbe5afa6
nginx
/
stream
/
minecraft.conf
6 lines
104 B
Plaintext
Raw
Normal View
History
Unescape
Escape
move sites to http, add stream proxies
2023-12-12 18:14:10 +00:00
server {
listen 25565 reuseport;
proxy_timeout 30s;
fix missing port, fix err log level
2023-12-12 18:54:32 +00:00
proxy_pass minecraft.root:25565;
}
Reference in New Issue
Copy Permalink