Skip to content

Commit

Permalink
Added static file handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed May 25, 2021
1 parent 0c69865 commit 39698f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
runtime: ruby27
service: randomquotes-ruby
entrypoint: bundle exec unicorn -c unicorn.rb
entrypoint: bundle exec unicorn -c unicorn.rb

handlers:
- url: /(.*\.(html|css|js))$
static_files: lib/public/\1

0 comments on commit 39698f3

Please sign in to comment.