Skip to content

Commit

Permalink
Merge pull request #709 from mlibrary/startup_imgsrv_watch_path
Browse files Browse the repository at this point in the history
Fix path for startup_imgsrv
  • Loading branch information
rrotter authored Aug 20, 2024
2 parents 48f58a2 + b0beb25 commit 0a143bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/profile/hathitrust/imgsrv/startup_imgsrv.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SCRIPT=$SDRROOT/imgsrv/cgi/imgsrv
export SDRROOT SDRDATAROOT SDR_VIEW

/usr/bin/plackup -I $SDRROOT/plack-lib -E production \
-R $SCRIPT.psgi,$SCRIPT,$SDRROOT/imgsrv/bin/rsync.timestamp -s FCGI \
-R $SCRIPT.psgi,$SCRIPT,$SDRROOT/bin/rsync.timestamp -s FCGI \
--manager=FCGI::ProcManager::HT --nproc $NPROC\
--listen $BIND $SCRIPT.psgi &

Expand Down

0 comments on commit 0a143bf

Please sign in to comment.