mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Plugin nginx-vhosts includes files in folder nginx.conf.d
This commit is contained in:
@@ -57,6 +57,7 @@ $SSL_DIRECTIVES
|
||||
proxy_set_header X-Forwarded-Port \$server_port;
|
||||
proxy_set_header X-Request-Start \$msec;
|
||||
}
|
||||
include $DOKKU_ROOT/$APP/nginx.conf.d/*.conf;
|
||||
}
|
||||
EOF
|
||||
|
||||
@@ -80,6 +81,7 @@ server {
|
||||
proxy_set_header X-Forwarded-Port \$server_port;
|
||||
proxy_set_header X-Request-Start \$msec;
|
||||
}
|
||||
include $DOKKU_ROOT/$APP/nginx.conf.d/*.conf;
|
||||
}
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user