You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've come across an issue where challenges didn't pass. After experimenting for a while I found out that binding nginx template file to a template file in /etc/nginx/templates/, except for just including a normal conf file in conf.d is causing this issue. How can I rewrite this script so it works with envsubst templates for conf files in conf.d?
The text was updated successfully, but these errors were encountered:
It uses envsubst and nginx conf templates. I also template-ized the project's shell file.
Edit the .env file to add your preferred domain or IP address.
In four commands (their env var needs editing as well-- to add your domain or the IP, and your email address), you can get an http & https endpoint running.
I've come across an issue where challenges didn't pass. After experimenting for a while I found out that binding nginx template file to a template file in /etc/nginx/templates/, except for just including a normal conf file in conf.d is causing this issue. How can I rewrite this script so it works with envsubst templates for conf files in conf.d?
The text was updated successfully, but these errors were encountered: