作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
作为一个个人项目,我已经在 Digital Ocean 上部署了 Dokku Image 并且一切正常。事实上,它运行得非常好,就像我以前做过的那样,但我有一个问题,即如何更改域名主机名指向的“默认”应用程序。
这是我的设置。
最佳答案
By default, dokku will route any received request with an unknown HOST header value to the lexicographically first site in the nginx config stack.
domains
添加根域插入
# add a domain to an app
dokku domains:add app-a mydomain.com
$ git remote add dokku dokku@dokku.me:mydomain.com
$ git push dokku master
Alternatively, you may push an app to your dokku host with a name like "00-default". As long as it lists first, it will be used as the default nginx vhost.
关于digital-ocean - 如何在 Dokku 中更改域名主机名的默认应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33095306/
我是一名优秀的程序员,十分优秀!