Run: ``sudo systemctl restart nginx.service``. All log files are disabled by default due to data protection purposes. Adapt the ngninx template if logging is really necessary.
### For which operating system is this ansible script optimized?
Currently only Ubuntu 18.04.03 LTS with Python 3.6/3.7 is tested and targeted.
Originally, Ubuntu 18.04.03 LTS with Python 3.6/3.7 is tested and targeted. But the system runs on Ubuntu 22 just fine as well.
### There is an error with redis in apt installation on systems with ipv6 disabled.
Solution: Disable IPV6 also in ``/etc/redis/redis.conf``: ``bind 127.0.0.1``.