Eaglercraft Server Tutorial Pt 6 - Networking

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • Confused? Questions? Comments? Concerns? join the nobuildersnotools discord @ dsc.gg/nobnot
    Want to see an example of all of this in action? Join wss://eagler.noBnoT.org
    FULL PLAYLIST: • Eaglercraft Server Tut...
    /etc/nginx/ws-proxy-headers.conf:
    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header X-Forwarded-Proto $scheme;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";
    proxy_read_timeout 86400;
    /etc/nginx/ws-proxy-headers.conf
    server {
    server_name yourdomainhere;
    location / {
    proxy_pass yourdomainhere:porthere;
    include /etc/nginx/ws-proxy-headers.conf;
    }
    listen 80;
    }
    ------------------------
    how to make an eaglercraft server, eaglercraft server, eaglercraft, eaglercraft server tutorial, how make eaglercraft server, eaglercraft server how to

Комментарии •