We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As per v3.4, some of these values must be updated manually within the following files:
/config/nginx/django.conf
/config/nginx/django_conf.ssl
For example:
g3w-suite-docker/config/nginx/django.conf
Lines 67 to 69 in e435dcc
it might just be read from the .env file:
.env
g3w-suite-docker/.env.example
Lines 1 to 2 in e435dcc
Doing so may also make it easier to set that variable for local development, eg:
WEBGIS_PUBLIC_HOSTNAME=localhost
More info:
The text was updated successfully, but these errors were encountered:
django_ssl.conf
django.conf
nginx.conf.template
Successfully merging a pull request may close this issue.
As per v3.4, some of these values must be updated manually within the following files:
/config/nginx/django.conf
/config/nginx/django_conf.ssl
For example:
g3w-suite-docker/config/nginx/django.conf
Lines 67 to 69 in e435dcc
it might just be read from the
.env
file:g3w-suite-docker/.env.example
Lines 1 to 2 in e435dcc
Doing so may also make it easier to set that variable for local development, eg:
More info:
The text was updated successfully, but these errors were encountered: