Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
add images for PTX books
Browse files Browse the repository at this point in the history
  • Loading branch information
runestonetest committed Aug 6, 2020
1 parent d4cd543 commit 35736f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/nginx/sites-available/runestone
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ server {
}

# alias allows us to completely rewrite the static path
location ~* /(\w+)/books/(published|draft)/(\w+)/(_static|_images)/(.*)$ {
location ~* /(\w+)/books/(published|draft)/(\w+)/(_static|_images|images)/(.*)$ {
alias /srv/web2py/applications/$1/books/$3/$2/$3/$4/$5;
}

Expand Down

0 comments on commit 35736f8

Please sign in to comment.