Skip to content

Commit

Permalink
Update lighttpd.conf.repo: Fix hard-coded path
Browse files Browse the repository at this point in the history
Ooops.  I copied from a test version given to a user.
  • Loading branch information
EricClaeys authored Nov 12, 2024
1 parent 2a70ba2 commit a5d24be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_repo/lighttpd.conf.repo
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ alias.url += ("/overlay" => "XX_ALLSKY_OVERLAY_XX/")

$HTTP["url"] =~ "^/cgi-bin/" {
cgi.assign = ( ".py" => "/usr/bin/python3" )
alias.url += ( "/cgi-bin/" => "/home/Olivier/allsky/html/cgi-bin/" )
alias.url += ( "/cgi-bin/" => "XX_ALLSKY_HOME_XX/html/cgi-bin/" )
} else $HTTP["url"] =~ "^/overlay/config/" {
url.access-deny = ("")
} else $HTTP["url"] =~ "allsky/videos|allsky/startrails|allsky/keograms" {
Expand Down

0 comments on commit a5d24be

Please sign in to comment.