Skip to content

Commit 307c681

Browse files
committed
Adjusted nginx configuration
1 parent 3a694b0 commit 307c681

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/infrastructure_and_maintenance/clustering/clustering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Place this before the standard image rewrite rule in your vhost config (or uncom
248248
rewrite "^/var/([^/]+/)?storage/images(-versioned)?/(.*)" "/index.php" break;
249249
```
250250
251-
Place this before the include of `ez_params.d`/`ez_rewrite_params` in your vhost config (or uncomment if already there).
251+
Place this before the include of `ibexa_params.d`/`ibexa_rewrite_params` in your vhost config (or uncomment if already there).
252252
253253
## Migrating to a cluster setup
254254

docs/multisite/site_factory/site_factory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ To add a new domain, add it in `command:` and under frontend and backend aliases
119119
```yaml hl_lines="3 6 11"
120120
services:
121121
web:
122-
command: /bin/bash -c "cd /var/www && cp -a doc/nginx/ez_params.d /etc/nginx && bin/vhost.sh --host-name=site.example.com --host-alias='admin.example.com test.example.com' --template-file=doc/nginx/vhost.template > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'"
122+
command: /bin/bash -c "cd /var/www && cp -a doc/nginx/ibexa_params.d /etc/nginx && bin/vhost.sh --host-name=site.example.com --host-alias='admin.example.com test.example.com' --template-file=doc/nginx/vhost.template > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'"
123123
networks:
124124
frontend:
125125
aliases:

0 commit comments

Comments
 (0)