mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-13 12:15:03 +00:00
termix hotfix nogroup
This commit is contained in:
committed by
GitHub
parent
ce12ac0f71
commit
1c7a925b31
@@ -101,7 +101,7 @@ sed -i 's|/app/nginx|/opt/termix/nginx|g' /etc/nginx/nginx.conf
|
|||||||
sed -i 's|listen ${PORT};|listen 80;|g' /etc/nginx/nginx.conf
|
sed -i 's|listen ${PORT};|listen 80;|g' /etc/nginx/nginx.conf
|
||||||
|
|
||||||
mkdir -p /tmp/nginx
|
mkdir -p /tmp/nginx
|
||||||
echo "d /tmp/nginx 0755 nobody nobody -" > /etc/tmpfiles.d/nginx-termix.conf
|
echo "d /tmp/nginx 0755 nobody nogroup -" > /etc/tmpfiles.d/nginx-termix.conf
|
||||||
mkdir -p /etc/systemd/system/nginx.service.d/
|
mkdir -p /etc/systemd/system/nginx.service.d/
|
||||||
cat > /etc/systemd/system/nginx.service.d/pidfile.conf << EOF
|
cat > /etc/systemd/system/nginx.service.d/pidfile.conf << EOF
|
||||||
[Service]
|
[Service]
|
||||||
|
|||||||
Reference in New Issue
Block a user