bntjah / lancache

Improve download speeds and reduce strain on your Internet connection at LAN parties. Locally cache game installs and updates from the largest distributors: Steam, RIOT, Blizard, Hirez, Origin, Sony, Microsoft, Tera, GOG, ArenaNetworks, WarGaming, and Uplay. Super easy to setup with auto installer script!
174 stars 44 forks source link

replace proxybind with primary IP #116

Closed nagilum99 closed 5 years ago

nagilum99 commented 5 years ago

From Readme.MD:

9) Copy the conf folder and contents (where you originally git cloned it to in step 3) to /usr/local/nginx/conf/
    cp -R ~/lancache/conf /usr/local/nginx/

 10) Replace the proxy_bind variable with your primary IP address (not one of the virtual ones)

Maybe I'm not seeing it, but... where? grep proxy_bind * brings all lancache-$servicename$.conf files from vhosts-enabled, but they will be handled by: 15) Edit ~/lancache/hosts to your needs, placing all your virtual IP's next to the appropriate caching service

Either config/docu is missing an information, or I'm not finding it (which menas this part should be more specific).

nagilum99 commented 5 years ago

Okay, was wrong and when I have the time again, I'll try to improve Readme.MD again, as you e.g. change order of edit and copy (vs. copy and edit) - consequent structures help preventing mistakes.