Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Side by Side Diff: appengine/static/module-static.yaml

Issue 1960443004: Add rpcexplorer to webapp hierarchy. (Closed) Base URL: https://github.com/luci/luci-go@logdog-project-web
Patch Set: Updated license, clarified instructions. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # This is a boilerplate "static" GAE module that will work for most of apps. 1 # This is a boilerplate "static" GAE module that will work for most of apps.
2 # You can symlink it to yours like helloworld app does. 2 # You can symlink it to yours like helloworld app does.
3 3
4 version: 1 4 version: 1
5 module: static 5 module: static
6 runtime: go 6 runtime: go
7 api_version: go1 7 api_version: go1
8 8
9 handlers:
10 - url: /static
11 # "upload" dir does not exist in this dir, but it may exist in an app that
12 # symlinks this file.
13 static_dir: upload
14 secure: always
15
16 includes: 9 includes:
17 - common 10 - common
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698