Skip to content

Instantly share code, notes, and snippets.

@loopdream
Last active January 24, 2017 11:39
Show Gist options
  • Save loopdream/7403c12109ddc8d6ca66cafe80616899 to your computer and use it in GitHub Desktop.
Save loopdream/7403c12109ddc8d6ca66cafe80616899 to your computer and use it in GitHub Desktop.
# http://www.freytag.org.uk/html/web/gaehttpauth.html
# app engine handlers for serving static files behind basic auth
- url: /your_static_dir/.*.html
script: auth.application
- url: /your_static_dir
static_dir: /your_static_dir
application_readable: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment