Remove outdated comment
All checks were successful
ShellCheck / Shell syntax checker (push) Successful in 9s

This commit is contained in:
titanz 2025-04-30 16:01:36 +02:00
parent 6d97b954cb
commit 144bab1ae7
Signed by: titanz
GPG Key ID: EABC72179C71D4F5

View File

@ -64,7 +64,6 @@ if [ "${ip_pinning}" = '1' ]; then
fi fi
# Setup webroot for NGINX # Setup webroot for NGINX
## Explicitly using /var/srv here because SELinux does not follow symlinks
sudo semanage fcontext -a -t httpd_sys_content_t "$(realpath /srv/nginx)(/.*)?" sudo semanage fcontext -a -t httpd_sys_content_t "$(realpath /srv/nginx)(/.*)?"
sudo mkdir -p /srv/nginx/.well-known/acme-challenge sudo mkdir -p /srv/nginx/.well-known/acme-challenge
sudo chmod -R 755 /srv/nginx sudo chmod -R 755 /srv/nginx