プロジェクト

全般

プロフィール

Enhancement(機能追加・改善) #59

完了

Add partial SSL configuration (部分 SSL 機能に対応する)

Kousuke Ebihara さんが約15年前に追加. 14年以上前に更新.

ステータス:
Fixed(完了)
優先度:
Low(低め)
担当者:
対象バージョン:
開始日:
2009-02-27
期日:
進捗率:

100%

予定工数:

説明

Overview (概要)

Add partial SSL configuration

部分 SSL 機能に対応する

Spec (仕様)

Add configurations to OpenPNE.yml.

OpenPNE.yml に設定を追加する。

######################################
# SSL
######################################

# 特定ページでの SSL を使用するかどうか
# Configuration of using SSL
use_ssl: false

# SSL用URL (Cookie の値を引き継ぐため、 base_url と同一ドメイン・パスである必要があります)
# Base URL for SSL (Set same domain and same path with "base_url" configuration to take over a value of Cookie)
ssl_base_url:
  pc_frontend: "https://example.com" 
  mobile_frontend: "https://example.com" 
  pc_backend: "https://example.com" 

# SSL が必須なアプリケーション
# Applications that are SSL required
ssl_required_applications: ["pc_backend"]

# SSL が必須なアクション
# Actions that are SSL required
ssl_required_actions:

  # PC 版設定
  # for pc_frontend
  pc_frontend: ["member/register", "member/registerInput", "member/registerEnd", "member/editProfile", "member/config", "member/login", "member/logout", "member/invite"]

  # 携帯版設定
  # for mobile_frontend
  mobile_frontend: ["member/register", "member/registerInput", "member/registerEnd", "member/editProfile", "member/config", "member/login", "member/logout", "member/invite"]

  # 管理画面設定
  # for pc_backend
  pc_backend: []

# SSL を使用するかどうかをメンバーが選択できるアクション
# Actions that are SSL selectable by SNS member
ssl_selectable_actions:

  # PC 版設定
  # for pc_frontend
  pc_frontend: []

  # 携帯版設定
  # for mobile_frontend
  mobile_frontend: []

  # 管理画面設定
  # for pc_backend
  pc_backend: []

他の形式にエクスポート: Atom PDF