Skip to content

Commit 26b8213

Browse files
committed
Include uv and pdf.js in static files served by nginx
1 parent aee3ed6 commit 26b8213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ops/production-deploy.tmpl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ nginx:
580580
}
581581
582582
# serve static (compiled) assets directly if they exist (for rails production)
583-
location ~ ^/(assets|packs|fonts|images|javascripts|stylesheets|swfs|system)/ {
583+
location ~ ^/(assets|packs|fonts|images|javascripts|stylesheets|swfs|system|uv|pdf\.js)/ {
584584
try_files ${DOLLAR}uri @rails;
585585
586586
# access_log off;

0 commit comments

Comments
 (0)