mirror of
https://github.com/dokku/dokku.git
synced 2026-05-18 05:05:46 +02:00
docs: use explicit type property in proxy:set examples
The 0.38.0 migration documents `proxy:set <app> type <value>` as the canonical way to set the proxy implementation, but several user-facing examples still taught the legacy implicit form. Switch every example over to the explicit property syntax so the docs match the migration guide and other property-based plugin commands.
This commit is contained in:
@@ -35,7 +35,7 @@ The OpenResty plugin has specific rules for routing requests:
|
||||
To use the OpenResty plugin, use the `proxy:set` command for the app in question:
|
||||
|
||||
```shell
|
||||
dokku proxy:set node-js-app openresty
|
||||
dokku proxy:set node-js-app type openresty
|
||||
```
|
||||
|
||||
This will enable the docker label-based OpenResty integration. All future deploys will inject the correct labels for OpenResty to read and route requests to containers. Due to the docker label-based integration used by OpenResty, a single deploy or rebuild will be required before requests will route successfully.
|
||||
|
||||
Reference in New Issue
Block a user