Skip to content

Commit 4c3c211

Browse files
committed
Merge pull request NEKOGET#69 from torut/translate-general-environments
環境変数のUsing Apache Configurationについて翻訳。
2 parents 713c225 + 1ba2810 commit 4c3c211

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

general/environments.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -123,18 +123,17 @@ <h3 id="env_config">環境と設定</h3>
123123
環境固有の設定だけがあります。
124124
</p>
125125

126-
<h3 id="env_apache">Using Apache configuration</h3>
126+
<h3 id="env_apache">Apacheで設定する</h3>
127127

128128
<p>
129-
You can use the Apache configuration statement <strong>SetEnv</strong> to set the environment your application should run in.
130-
In most cases this is easier then using an environment variable, and in some cases the only option if you don't have commandline
131-
access to your server.
129+
Apache webサーバーの <strong>SetEnv</strong>ステートメントを使ってあなたのアプリケーションの環境設定をおこなうことができます。
130+
ほとんどの場合、環境変数を使って、次のように簡単に設定することができます。また、あなたのサーバーがコマンドラインへのアクセス権を持っていない場合のオプションです。
132131
</p>
133132

134133
<pre class="php"><code>// run this application in production mode
135134
SetEnv FUEL_ENV PRODUCTION</code></pre>
136135

137-
<p class="note">Both the variable name <strong>FUEL_ENV</strong> and the environment need to be specified in UPPERCASE.</p>
136+
<p class="note">変数名<strong>FUEL_ENV</strong>と設定する環境の両方とも大文字で指定する必要があります。</p>
138137

139138
</div>
140139

0 commit comments

Comments
 (0)