Add missing sudo

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-08-01 13:22:24 -07:00 committed by GitHub
parent b6482df91f
commit 8689195fdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,7 @@ sudo chmod -R 755 /srv/nginx/.well-known/acme-challenge
# NGINX hardening
sudo mkdir -p /etc/systemd/system/nginx.service.d
unpriv curl -s https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/nginx.service.d/local.conf | sudo tee /etc/systemd/system/nginx.service.d/override.conf > /dev/null
chmod 644 /etc/systemd/system/nginx.service.d/override.conf
sudo chmod 644 /etc/systemd/system/nginx.service.d/override.conf
sudo systemctl daemon-reload
# Setup nginx-create-session-ticket-keys
@ -127,4 +127,4 @@ unpriv curl -s https://raw.githubusercontent.com/TommyTran732/NGINX-Configs/main
if [ "${ip_pinning}" = '0' ]; then
sed -i 's/ipv4_1://g' /etc/nginx/conf.d/sites_default.conf
sed -i 's/ipv6_1/::/g' /etc/nginx/conf.d/sites_default.conf
fi
fi