scragg0x / realms-wiki

Git based wiki inspired by Gollum
http://realms.io
GNU General Public License v2.0
833 stars 90 forks source link

Bind to localhost? #110

Closed kseistrup closed 8 years ago

kseistrup commented 8 years ago

I do not wish to expose realms to the world (IP 0.0.0.0). Instead I would like it to run on localhost — or at least a private interface. How can this be accomplished?

scragg0x commented 8 years ago

I added a HOST config override.

kseistrup commented 8 years ago

Nice, thanks!