Skip to content

Commit

Permalink
Update nginxproxymanager-install.sh
Browse files Browse the repository at this point in the history
Python interpreter will include packages installed in the global site-packages directory.
  • Loading branch information
tteck authored Apr 11, 2023
1 parent 76479a7 commit 322de1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/nginxproxymanager-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ root

msg_info "Starting Services"
sed -i -e 's/^pid/#pid/' -e 's/npmuser/root/' /usr/local/openresty/nginx/conf/nginx.conf
sed -i 's/include-system-site-packages = false/include-system-site-packages = true/g' /opt/certbot/pyvenv.cfg
$STD systemctl enable --now openresty
$STD systemctl enable --now npm
msg_ok "Started Services"
Expand Down

0 comments on commit 322de1f

Please sign in to comment.