Skip to content

Commit d33cf4d

Browse files
committed
docs(server): add Caddy configuration examples in all supported languages
1 parent ca93f38 commit d33cf4d

File tree

5 files changed

+30
-0
lines changed

5 files changed

+30
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ location / {
7171
}
7272
```
7373

74+
Or using Caddy, you might need to add the following configuration:
75+
76+
```caddyfile
77+
try_files {path} {path}/ /index.html
78+
```
79+
7480
### Vercel
7581

7682
[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/electh/ReactFlux)

docs/README.de-DE.md

+6
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ location / {
7171
}
7272
```
7373

74+
Oder mit Caddy, müssen Sie die folgende Konfiguration hinzufügen:
75+
76+
```caddyfile
77+
try_files {path} {path}/ /index.html
78+
```
79+
7480
### Vercel
7581

7682
[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/electh/ReactFlux)

docs/README.es-ES.md

+6
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ location / {
7171
}
7272
```
7373

74+
O usando Caddy, es posible que necesite agregar la siguiente configuración:
75+
76+
```caddyfile
77+
try_files {path} {path}/ /index.html
78+
```
79+
7480
### Vercel
7581

7682
[![Desplegar en Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/electh/ReactFlux)

docs/README.fr-FR.md

+6
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ location / {
7171
}
7272
```
7373

74+
Ou en utilisant Caddy, vous devrez peut-être ajouter la configuration suivante :
75+
76+
```caddyfile
77+
try_files {path} {path}/ /index.html
78+
```
79+
7480
### Vercel
7581

7682
[![Déployer sur Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/electh/ReactFlux)

docs/README.zh-CN.md

+6
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ location / {
7171
}
7272
```
7373

74+
或者使用 Caddy,您可能需要添加以下配置:
75+
76+
```caddyfile
77+
try_files {path} {path}/ /index.html
78+
```
79+
7480
### Vercel
7581

7682
[![部署到 Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/electh/ReactFlux)

0 commit comments

Comments
 (0)