Skip to content

Commit

Permalink
Replaced .local with .test in installation guide [skip ci]
Browse files Browse the repository at this point in the history
.local is used in mDNS by Apply and may cause routing issues
  • Loading branch information
samdark committed Dec 20, 2017
1 parent 1b8da6d commit cf8b1df
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions docs/guide-es/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ DocumentRoot "path/to/basic/web"

Para utilizar [Nginx](http://wiki.nginx.org/), debes instalar PHP como un [FPM SAPI](http://php.net/install.fpm).
Utiliza la siguiente configuración de Nginx, reemplazando `path/to/basic/web` con la ruta real a
`basic/web` y `mysite.local` con el hostname real a servir.
`basic/web` y `mysite.test` con el hostname real a servir.

```
server {
Expand All @@ -199,7 +199,7 @@ server {
listen 80; ## listen for ipv4
#listen [::]:80 default_server ipv6only=on; ## listen for ipv6
server_name mysite.local;
server_name mysite.test;
root /path/to/basic/web;
index index.php;
Expand Down
4 changes: 2 additions & 2 deletions docs/guide-fr/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ DocumentRoot "path/to/basic/web"
### Configuration Nginx recommandée <span id="recommended-nginx-configuration"></span>

Pour utiliser Nginx, vous devez avoir installé PHP en utilisant [FPM SAPI](http://php.net/install.fpm).
Utilisez la configuration Nginx suivante, en remplaçant `path/to/basic/web` par le chemin vers le dossier `basic/web` et `mysite.local` par le nom d'hôte de votre serveur.
Utilisez la configuration Nginx suivante, en remplaçant `path/to/basic/web` par le chemin vers le dossier `basic/web` et `mysite.test` par le nom d'hôte de votre serveur.

```
server {
Expand All @@ -130,7 +130,7 @@ server {
listen 80; ## port pour ipv4
#listen [::]:80 default_server ipv6only=on; ## port pour ipv6
server_name mysite.local;
server_name mysite.test;
root /path/to/basic/web;
index index.php;
Expand Down
4 changes: 2 additions & 2 deletions docs/guide-id/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ DocumentRoot "path/to/basic/web"

Untuk menggunakan [Nginx](http://wiki.nginx.org/), Anda harus menginstal PHP sebagai [FPM SAPI](http://php.net/install.fpm).
Anda dapat menggunakan konfigurasi Nginx berikut, menggantikan `path/to/basic/web` dengan path yang sebenarnya untuk
`basic/web` dan `mysite.local` dengan hostname yang sebenarnya untuk server.
`basic/web` dan `mysite.test` dengan hostname yang sebenarnya untuk server.

```nginx
server {
Expand All @@ -199,7 +199,7 @@ server {
listen 80; ## listen for ipv4
#listen [::]:80 default_server ipv6only=on; ## listen for ipv6
server_name mysite.local;
server_name mysite.test;
root /path/to/basic/web;
index index.php;
Expand Down
4 changes: 2 additions & 2 deletions docs/guide-it/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ DocumentRoot "path/to/basic/web"
### Configurazione consigliata di Nginx <span id="recommended-nginx-configuration"></span>

Devi aver installato PHP con il demone [FPM](http://php.net/install.fpm) per usare [Nginx](http://wiki.nginx.org/).
Usa questa configurazione per Nginx, sostituendo `path/to/basic/web` con il percorso reale di `basic/web` e `mysite.local` con
Usa questa configurazione per Nginx, sostituendo `path/to/basic/web` con il percorso reale di `basic/web` e `mysite.test` con
il nome reale del server web.

```
Expand All @@ -172,7 +172,7 @@ server {
listen 80; ## listen for ipv4
#listen [::]:80 default_server ipv6only=on; ## listen for ipv6
server_name mysite.local;
server_name mysite.test;
root /path/to/basic/web;
index index.php;
Expand Down
4 changes: 2 additions & 2 deletions docs/guide-ja/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ DocumentRoot "path/to/basic/web"

[Nginx](http://wiki.nginx.org/) を使うためには、PHP を [FPM SAPI](http://jp1.php.net/install.fpm) としてインストールしなければなりません。
下記の Nginx の設定を使うことができます。
`path/to/basic/web` の部分を `basic/web` の実際のパスに置き換え、`mysite.local` を実際のサーバのホスト名に置き換えてください。
`path/to/basic/web` の部分を `basic/web` の実際のパスに置き換え、`mysite.test` を実際のサーバのホスト名に置き換えてください。

```nginx
server {
Expand All @@ -212,7 +212,7 @@ server {
listen 80; ## listen for ipv4
#listen [::]:80 default_server ipv6only=on; ## listen for ipv6
server_name mysite.local;
server_name mysite.test;
root /path/to/basic/web;
index index.php;
Expand Down
4 changes: 2 additions & 2 deletions docs/guide-pl/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ DocumentRoot "path/to/basic/web"

Aby użyć [Nginx](http://wiki.nginx.org/) powinienieś zainstalować PHP jako [FPM SAPI](http://php.net/install.fpm).
Możesz użyć przedstawionej poniżej konfiguracji Nginx, zastępując jedynie ścieżkę `path/to/basic/web` aktualną ścieżką do `basic/web` Twojej aplikacji oraz
`mysite.local` aktualną nazwą hosta.
`mysite.test` aktualną nazwą hosta.

```nginx
server {
Expand All @@ -213,7 +213,7 @@ server {
listen 80; ## nasłuchuj ipv4
#listen [::]:80 default_server ipv6only=on; ## nasłuchuj ipv6
server_name mysite.local;
server_name mysite.test;
root /path/to/basic/web;
index index.php;
Expand Down
4 changes: 2 additions & 2 deletions docs/guide-pt-BR/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ DocumentRoot "path/to/basic/web"
Você deve ter instalado o PHP como um [FPM SAPI](http://php.net/install.fpm) para
usar o [Nginx](http://wiki.nginx.org/). Use a seguinte configuração do Nginx,
substituindo `path/to/basic/web` com o caminho real para `basic/web` e `mysite.local`
substituindo `path/to/basic/web` com o caminho real para `basic/web` e `mysite.test`
com o nome de host real a servidor.
```
Expand All @@ -213,7 +213,7 @@ server {
listen 80; ## listen for ipv4
#listen [::]:80 default_server ipv6only=on; ## listen for ipv6

server_name mysite.local;
server_name mysite.test;
root /path/to/basic/web;
index index.php;

Expand Down
4 changes: 2 additions & 2 deletions docs/guide-ru/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ DocumentRoot "path/to/basic/web"

PHP должен быть установлен как [FPM SAPI](http://php.net/manual/ru/install.fpm.php) для [Nginx](http://wiki.nginx.org/).
Используйте следующие параметры Nginx и не забудьте заменить `path/to/basic/web` на корректный путь к `basic/web` и
`mysite.local` на ваше имя хоста.
`mysite.test` на ваше имя хоста.

```
server {
Expand All @@ -186,7 +186,7 @@ server {
listen 80; ## listen for ipv4
#listen [::]:80 default_server ipv6only=on; ## слушаем ipv6
server_name mysite.local;
server_name mysite.test;
root /path/to/basic/web;
index index.php;
Expand Down
4 changes: 2 additions & 2 deletions docs/guide-uk/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ DocumentRoot "path/to/basic/web"

Для використання [Nginx](http://wiki.nginx.org/) вам потрібно встановити PHP як [FPM SAPI](http://php.net/install.fpm).
Використовуйте наступні параметри Nginx, замінивши `path/to/basic/web` на коректний шлях до
`basic/web`, а `mysite.local` на актуальний домен.
`basic/web`, а `mysite.test` на актуальний домен.

```
server {
Expand All @@ -203,7 +203,7 @@ server {
listen 80; ## "слухаємо порт" для ipv4
#listen [::]:80 default_server ipv6only=on; ## "слухаємо порт" для ipv6
server_name mysite.local;
server_name mysite.test;
root /path/to/basic/web;
index index.php;
Expand Down
4 changes: 2 additions & 2 deletions docs/guide-vi/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ DocumentRoot "path/to/basic/web"

Để sử dụng [Nginx](http://wiki.nginx.org/), bạn cần phải cài đặt [FPM SAPI](http://php.net/install.fpm).
Bạn có thể cấu hình Nginx như sau, thay thế đường dẫn `path/to/basic/web` với đường dẫn thực tế ở
`basic/web``mysite.local` thay thế bằng tên máy chủ thực tế để cung cấp dịch vụ.
`basic/web``mysite.test` thay thế bằng tên máy chủ thực tế để cung cấp dịch vụ.

```
server {
Expand All @@ -173,7 +173,7 @@ server {
listen 80; ## listen for ipv4
#listen [::]:80 default_server ipv6only=on; ## listen for ipv6
server_name mysite.local;
server_name mysite.test;
root /path/to/basic/web;
index index.php;
Expand Down
4 changes: 2 additions & 2 deletions docs/guide-zh-CN/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ DocumentRoot "path/to/basic/web"

### 推荐使用的 Nginx 配置 <span id="recommended-nginx-configuration"></span>

为了使用 [Nginx](http://wiki.nginx.org/),你应该已经将 PHP 安装为 [FPM SAPI](http://php.net/install.fpm) 了。使用如下 Nginx 配置,将 `path/to/basic/web` 替换为实际的 `basic/web` 目录,`mysite.local` 替换为实际的主机名以提供服务。
为了使用 [Nginx](http://wiki.nginx.org/),你应该已经将 PHP 安装为 [FPM SAPI](http://php.net/install.fpm) 了。使用如下 Nginx 配置,将 `path/to/basic/web` 替换为实际的 `basic/web` 目录,`mysite.test` 替换为实际的主机名以提供服务。

```
server {
Expand All @@ -142,7 +142,7 @@ server {
listen 80; ## 监听 ipv4 上的 80 端口
#listen [::]:80 default_server ipv6only=on; ## 监听 ipv6 上的 80 端口
server_name mysite.local;
server_name mysite.test;
root /path/to/basic/web;
index index.php;
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ DocumentRoot "path/to/basic/web"
To use [Nginx](http://wiki.nginx.org/), you should install PHP as an [FPM SAPI](http://php.net/install.fpm).
You may use the following Nginx configuration, replacing `path/to/basic/web` with the actual path for
`basic/web` and `mysite.local` with the actual hostname to serve.
`basic/web` and `mysite.test` with the actual hostname to serve.
```nginx
server {
Expand All @@ -222,7 +222,7 @@ server {
listen 80; ## listen for ipv4
#listen [::]:80 default_server ipv6only=on; ## listen for ipv6
server_name mysite.local;
server_name mysite.test;
root /path/to/basic/web;
index index.php;
Expand Down

0 comments on commit cf8b1df

Please sign in to comment.