-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I had the issue that iptables was blocking incoming connections on port 80.
I solved it by adding
iptables -I INPUT -p tcp --dport 80 -j ACCEPT
to start_server.sh before starting the server and
iptables -D INPUT -p tcp --dport 80 -j ACCEPT
to stop_server.sh, just because you should always clean up after yourself.
Thanks for this file server extension. :)
Metadata
Metadata
Assignees
Labels
No labels