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

Problem with Runcloud Update #15

Open
dheryhs opened this issue Jun 21, 2021 · 4 comments
Open

Problem with Runcloud Update #15

dheryhs opened this issue Jun 21, 2021 · 4 comments

Comments

@dheryhs
Copy link

dheryhs commented Jun 21, 2021

when try to install to webappss

error : local variable 'domain' referenced before assignment

please how to solve this

@hoangpla8
Copy link

i have the same error. please help

@bradinator
Copy link

I'm having this too. Did either of you find a solution?

@phtmgt
Copy link

phtmgt commented Oct 20, 2021

runcloud changed folder structure, domain config files now have their own folder, this will need a rewrite (utils.py).

@phtmgt
Copy link

phtmgt commented Oct 20, 2021

As a workaround, you can copy the server_name directives from /etc/nginx-rc/conf.d/*.domains.d/*.conf to /etc/nginx-rc/conf.d/*.d/main.conf.

For example:

in /etc/nginx-rc/conf.d/exampleApp.domains.d/exampleDomain.tld.conf you have a line that says 'server_name exampleDomain.tld'; copy that line and paste it in /etc/nginx-rc/conf.d/exampleApp.d/main.conf somewhere at the top.

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

No branches or pull requests

4 participants