Skip to content

Commit

Permalink
set GET_ALL_PAGES_IN_DIR=true for dev mode, revise japanese doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pottava committed Dec 25, 2017
1 parent 4af7f64 commit ffdc963
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ AWS_SECRET_ACCESS_KEY | API を使うための AWS シークレットキー
AWS_API_ENDPOINT | API 接続先エンドポイント(通常指定する必要なし) | | -
INDEX_DOCUMENT | インデックスドキュメントの名前 | | index.html
DIRECTORY_LISTINGS | / で終わる URL の場合、ファイル一覧を返す | | false
DIRECTORY_LISTINGS_FORMAT | `html` がセットされていたらファイル一覧を HTML で返す | | -
HTTP_CACHE_CONTROL | S3 の `Cache-Control` 属性を上書きして返します | | S3 オブジェクト属性値
HTTP_EXPIRES | S3 の `Expires` 属性を上書きして返します | | S3 オブジェクト属性値
BASIC_AUTH_USER | Basic 認証をかけるなら、その `ユーザ名` | | -
Expand All @@ -39,6 +40,7 @@ ACCESS_LOG | 標準出力へアクセスログを送る
STRIP_PATH | 指定した Prefix を S3 のパスから削除 | | -
CONTENT_ENCODING | リクエストが許可して入ればレスポンスを圧縮します | | false
HEALTHCHECK_PATH | 指定すると Basic 認証設定の有無などに依らず 200 OK を返します | | -
GET_ALL_PAGES_IN_DIR | 指定ディレクトリの全てのオブジェクトを返す | | false

### 2. アプリを起動します

Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ services:
- ACCESS_LOG=true
- CONTENT_ENCODING
- HEALTHCHECK_PATH
- GET_ALL_PAGES_IN_DIR=true
container_name: app

0 comments on commit ffdc963

Please sign in to comment.