Skip to content

Commit

Permalink
make homedir executable for lighttp
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Nov 27, 2023
1 parent a08f018 commit 16f532b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/installscripts/install-jukebox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,8 @@ web_server_config() {
local sudoers="/etc/sudoers"

echo "Configuring web server..."
# make sure lighttp can access the home directory of the user
sudo chmod o+x ${HOME_DIR}
# Web server configuration settings
# -rw-r--r-- 1 root root 1040 Apr 30 09:19 /etc/lighttpd/lighttpd.conf
sudo cp "${jukebox_dir}"/misc/sampleconfigs/lighttpd.conf.buster-default.sample "${lighthttpd_conf}"
Expand Down

0 comments on commit 16f532b

Please sign in to comment.