Remove outdated comment
All checks were successful
ShellCheck / Shell syntax checker (push) Successful in 9s
All checks were successful
ShellCheck / Shell syntax checker (push) Successful in 9s
This commit is contained in:
1
setup.sh
1
setup.sh
@@ -64,7 +64,6 @@ if [ "${ip_pinning}" = '1' ]; then
|
||||
fi
|
||||
|
||||
# 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 mkdir -p /srv/nginx/.well-known/acme-challenge
|
||||
sudo chmod -R 755 /srv/nginx
|
||||
|
Reference in New Issue
Block a user