Skip to content

Instantly share code, notes, and snippets.

@dz0ny
Created March 23, 2011 21:45
Show Gist options
  • Select an option

  • Save dz0ny/884091 to your computer and use it in GitHub Desktop.

Select an option

Save dz0ny/884091 to your computer and use it in GitHub Desktop.
Statično gostovanje
application: ime_aplikacije
version: 1
runtime: python
api_version: 1
handlers:
- url: (.*)/
static_files: www\1/index.html
upload: www/index.html
- url: /
static_dir: www
skip_files:
- ^(.*/)?app\.yaml
- ^(.*/)?app\.yml
- ^(.*/)?index\.yaml
- ^(.*/)?index\.yml
- ^(.*/)?#.*#
- ^(.*/)?.*~
- ^(.*/)?.*\.py[co]
- ^(.*/)?.*/RCS/.*
- ^(.*/)?\..*
- ^(.*/)?.*\.dwt
- ^(.*/)?.*\.db
- ^(.*/)?.*\.fla
- ^(.*/)?.*\.bak$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment