Skip to content

Commit

Permalink
Add missing mkdir
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy <contact@tommytran.io>
  • Loading branch information
TommyTran732 authored Dec 23, 2024
1 parent 47ceb49 commit 5114abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ sudo chmod 644 /etc/systemd/system/nginx.service.d/override.conf
sudo systemctl daemon-reload

# Setup nginx-create-session-ticket-keys
mkdir -p /etc/nginx/session-ticket-keys
unpriv curl -s https://raw.githubusercontent.com/UMass-Bio/NGINX-Configs/main/scripts/nginx-create-session-ticket-keys-ramfs | sudo tee /usr/local/bin/nginx-create-session-ticket-keys > /dev/null

## Set the appropriate SELinux context for session ticket keys creation
Expand Down

0 comments on commit 5114abc

Please sign in to comment.