Skip to content

Commit c18e6e4

Browse files
authored
Merge pull request plone#1259 from plone/install-improvements
Install improvements
2 parents 08433f4 + ccd9dca commit c18e6e4

File tree

4 files changed

+1
-19
lines changed

4 files changed

+1
-19
lines changed

docs/install/containers/examples/nginx-volto-plone-postgresql.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ server {
6161
proxy_pass http://frontend;
6262
}
6363
64-
location ~ /(@@download|@@images|@@ical_view) {
65-
rewrite ^(.*) /VirtualHostBase/http/$server_name/Plone/VirtualHostRoot$1 break;
66-
proxy_pass http://backend;
67-
break;
68-
}
69-
7064
proxy_set_header Host $host;
7165
proxy_set_header X-Real-IP $remote_addr;
7266
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

docs/install/containers/examples/nginx-volto-plone-zeo.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ server {
6161
proxy_pass http://frontend;
6262
}
6363
64-
location ~ /(@@download|@@images|@@ical_view) {
65-
rewrite ^(.*) /VirtualHostBase/http/$server_name/Plone/VirtualHostRoot$1 break;
66-
proxy_pass http://backend;
67-
break;
68-
}
69-
7064
proxy_set_header Host $host;
7165
proxy_set_header X-Real-IP $remote_addr;
7266
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

docs/install/containers/examples/nginx-volto-plone.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ server {
6060
proxy_pass http://frontend;
6161
}
6262
63-
location ~ /(@@download|@@images|@@ical_view) {
64-
rewrite ^(.*) /VirtualHostBase/http/$server_name/Plone/VirtualHostRoot$1 break;
65-
proxy_pass http://backend;
66-
break;
67-
}
68-
6963
proxy_set_header Host $host;
7064
proxy_set_header X-Real-IP $remote_addr;
7165
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

docs/install/containers/images/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ We advise against using this feature on production environments.
8181
### ZOPE variables
8282

8383
| Environment variable | Description | Default value |
84-
| --- | --- | --- | --- |
84+
| --- | --- | --- |
8585
| `ZODB_CACHE_SIZE` | database cache size | `50000` |
8686

8787

0 commit comments

Comments
 (0)