Skip to content

Commit

Permalink
Comment nginx user
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptosharks131 committed Nov 11, 2022
1 parent ec00cef commit 711b16b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ EOF

function setup_nginx() {
cat << EOF > /etc/nginx/sites-enabled/lndg
user $INSTALL_USER
# the below setting can sometimes help resolve permission issues
# user $INSTALL_USER
upstream django {
server unix://$HOME_DIR/lndg/lndg.sock; # for a file socket
Expand Down

0 comments on commit 711b16b

Please sign in to comment.