Website Migration Notice: SafePoint is now operated by CyberServal.Learn more →
Discussion

Safeline WebUi

Published 10 months ago

# SafeLine WAF
# ❓ question

Published 10 months ago

profile_photo

Nєυтяσи

Updated 10 months ago

0

Hi,
I just installed safeline and I'm doing some configs,
I'd like to disable the fact safeline web ui's listens on my public ip and only on 127.0.0.1 as I'll use cf tunnel in order to access from the external.

Thanks in advance!

profile_photo

Carrie

Updated 10 months ago

0

Change that in the docker-compose.yml file, then reload the configuration using:
docker-compose down && docker-compose up -d
or
docker compose down && docker compose up -d
(depending on your Docker Compose version).
image.png

profile_photo

Nєυтяσи

Updated 10 months ago

thanks!