Merge pull request #4411 from ltalirz/remove-outdated-command

Replace nginx:build-config => proxy:build-config
This commit is contained in:
Jose Diaz-Gonzalez
2021-02-17 13:18:13 -05:00
committed by GitHub

View File

@@ -63,7 +63,7 @@ Beware that if you enable the header and a subsequent deploy of your application
#### Globally disabling the HSTS Header
HSTS Header can be disabled for all apps by setting the `hsts` property to false after passing the `--global` flag to `nginx:set`. Changing this value globally or on a per-app basis will require rebuilding the nginx config via the `nginx:build-config` command.
HSTS Header can be disabled for all apps by setting the `hsts` property to false after passing the `--global` flag to `nginx:set`. Changing this value globally or on a per-app basis will require rebuilding the nginx config via the `proxy:build-config` command.
```shell
dokku nginx:set --global hsts false