seweb ports on instruments: 8642

currently, the firewall rules allow only a small number of ports
8642 and 8742 were used for the second SEA instance on
hrpt2 and zebra2 - changed them to 8652 and 8752, e.g. they are
now only available within the instrument network.
This commit is contained in:
2025-05-20 11:50:18 +02:00
parent 4aa30d5b39
commit 7d991e7e4e
4 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ Description=SE web server
[Service]
Type=simple
WorkingDirectory=%h/seweb
ExecStart=%h/sevenv/bin/python secop-webserver -i %i
ExecStart=%h/sevenv/bin/python secop-webserver 8642 -i %i
Restart=always
[Install]