File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ pkg add ./epithet-*.pkg
5757| ` epithet_server_config ` | ` /usr/local/etc/epithet/server.yaml ` | Config file path |
5858| ` epithet_server_user ` | ` epithet ` | User to run as |
5959| ` epithet_server_cakey ` | ` /usr/local/etc/epithet/ca.key ` | CA private key path |
60- | ` epithet_server_listen ` | ` :8080 ` | Listen address |
60+ | ` epithet_server_listen ` | ` 127.0.0.1 :8080` | Listen address |
6161| ` epithet_server_logfile ` | ` /var/log/epithet_server.log ` | Log file path |
6262
6363## Troubleshooting
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ load_rc_config $name
3030: ${epithet_server_config:= " /usr/local/etc/epithet/server.yaml" }
3131: ${epithet_server_user:= " epithet" }
3232: ${epithet_server_cakey:= " /usr/local/etc/epithet/ca.key" }
33- : ${epithet_server_listen:= " :8080" }
33+ : ${epithet_server_listen:= " 127.0.0.1 :8080" }
3434: ${epithet_server_logfile:= " /var/log/epithet_server.log" }
3535
3636pidfile=" /var/run/${name} .pid"
You can’t perform that action at this time.
0 commit comments