mirror of
https://github.com/dokku/dokku.git
synced 2026-05-18 05:05:46 +02:00
Fresh apt installs now drop a catch-all server block at `/etc/nginx/conf.d/00-default-vhost.conf` that uses `ssl_reject_handshake on` and `return 444` to drop requests with unknown Host headers. Conflicting upstream nginx default vhosts are renamed to `*.dokku-disabled` rather than deleted, preserving any local edits. The new `dokku/install_default_site` debconf flag opts out of the install. Upgrades leave existing nginx config untouched.
30 lines
644 B
Plaintext
30 lines
644 B
Plaintext
Template: dokku/vhost_enable
|
|
Description: Enable vhost-based deployments?
|
|
Type: boolean
|
|
Default: false
|
|
|
|
Template: dokku/hostname
|
|
Description: Hostname or IP for server:
|
|
Type: string
|
|
Default: dokku.me
|
|
|
|
Template: dokku/skip_key_file
|
|
Description: Skip key file requirement?
|
|
Type: boolean
|
|
Default: false
|
|
|
|
Template: dokku/key_file
|
|
Description: Keyfile for initial user:
|
|
Type: string
|
|
Default: /root/.ssh/id_rsa.pub
|
|
|
|
Template: dokku/nginx_enable
|
|
Description: Enable nginx-vhosts plugin?
|
|
Type: boolean
|
|
Default: true
|
|
|
|
Template: dokku/install_default_site
|
|
Description: Install a catch-all nginx default site on fresh install?
|
|
Type: boolean
|
|
Default: true
|