mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-25 20:00:40 +00:00
fix(nginxproxymanager): unmask openresty after migration from package (#13399)
This commit is contained in:
committed by
GitHub
parent
f6cb8caa08
commit
c6bbba090d
@@ -93,6 +93,7 @@ ExecStart=/usr/local/openresty/nginx/sbin/nginx -g 'daemon off;'
|
|||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
EOF
|
EOF
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
|
systemctl unmask openresty 2>/dev/null || true
|
||||||
systemctl restart openresty
|
systemctl restart openresty
|
||||||
msg_ok "Built OpenResty"
|
msg_ok "Built OpenResty"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user