mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 07:53:39 +00:00
fix access list/dep updates
Update dependency @babel/core to v7.21.5
This commit is contained in:
@@ -424,6 +424,7 @@ if [ "$PUID" != "0" ]; then
|
||||
/tmp/acme-challenge \
|
||||
/tmp/certbot-work \
|
||||
/tmp/certbot-log || exit 1
|
||||
sed -i "s|user root;|#user root;|g" /usr/local/nginx/conf/nginx.conf || sleep inf
|
||||
sudo -Eu npmuser launch.sh || exit 1
|
||||
else
|
||||
chown -R 0:0 /usr/local/certbot \
|
||||
@@ -432,5 +433,6 @@ else
|
||||
/tmp/acme-challenge \
|
||||
/tmp/certbot-work \
|
||||
/tmp/certbot-log || exit 1
|
||||
sed -i "s|#user root;|user root;|g" /usr/local/nginx/conf/nginx.conf || sleep inf
|
||||
launch.sh || exit 1
|
||||
fi
|
||||
|
@@ -1,3 +1,4 @@
|
||||
user root;
|
||||
daemon off;
|
||||
pcre_jit on;
|
||||
worker_processes auto;
|
||||
|
Reference in New Issue
Block a user