Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix vhost file value #63

Merged
merged 1 commit into from
Apr 7, 2020
Merged

Fix vhost file value #63

merged 1 commit into from
Apr 7, 2020

Conversation

atnartur
Copy link
Contributor

@atnartur atnartur commented Apr 2, 2020

Dokku takes base host for applications from VHOST file. This file contains hostname of operation system by default (ubuntu in my case). I fixed the value of VHOST with dokku_hostname variable.

May be related to #19

P. S. Tested with Ubuntu 18.04

Dokku takes base host for applications from VHOST file. This file
contains hostname of operation system by default (`ubuntu` in my case).
I fixed the value of `VHOST` with `dokku_hostname` variable.
@josegonzalez
Copy link
Member

@ltalirz does this seem good to merge?

@josegonzalez josegonzalez requested a review from ltalirz April 2, 2020 16:03
Copy link
Member

@ltalirz ltalirz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks fine to me.

Looking at #19 it seems to me this PR fixes the issue, but it also seems like you originally wanted to fix this in dokku directly.
Perhaps put a comment/issue somewhere to keep track of this?

@ltalirz ltalirz self-requested a review April 2, 2020 23:40
@atnartur
Copy link
Contributor Author

atnartur commented Apr 3, 2020

Debian install scripts should set initial values to config files and shouldn't update this files in next times I think. Config files can be edited by users later.

In Ansible we want to update settings by changing a playbook. So values from playbook should always update files on the machine.

@atnartur
Copy link
Contributor Author

atnartur commented Apr 7, 2020

Can we merge it?

@ltalirz
Copy link
Member

ltalirz commented Apr 7, 2020

I wanted to let @josegonzalez do the merge.
If it isn't merged by end of the week, I'll merge it myself.

@josegonzalez
Copy link
Member

Seems mergeable. If someone wants to file an issue for upstream as well, that would be good.

@josegonzalez josegonzalez merged commit ff815be into dokku:master Apr 7, 2020
@atnartur atnartur deleted the fix/vhost branch April 16, 2020 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants