fix missing directory
This commit is contained in:
parent
c3c8f480fe
commit
f9dbd38379
@ -189,7 +189,9 @@ EOF
|
||||
# /usr/lib/cgit/filters/syntax-highlighting.sh
|
||||
|
||||
# Nginx configuration
|
||||
rm /etc/nginx/conf.d/default.conf
|
||||
rm /etc/nginx/conf.d/default.conf || true
|
||||
|
||||
install -d -m755 /etc/nginx/conf.d || true
|
||||
|
||||
cat > /etc/nginx/conf.d/cgit.conf <<- EOF
|
||||
server {
|
||||
|
Loading…
x
Reference in New Issue
Block a user