anhgelus / writefreely-docker

Mozilla Public License 2.0
2 stars 0 forks source link

Handling localhost and not 0.0.0.0 #1

Closed anhgelus closed 1 year ago

anhgelus commented 1 year ago

By default WriteFreely will handle localhost:80 and not 0.0.0.0:80.

While WriteFreely is not handling 0.0.0.0, the request will not be handled.

This bug can be fixed by editing the file config.ini: change bind = localhost to bind = 0.0.0.0.

anhgelus commented 1 year ago

Fixed