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:
parent
6d97b954cb
commit
144bab1ae7
1
setup.sh
1
setup.sh
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user