matfra / isitfoggy.today

Few scripts to setup a timelapse camera
11 stars 2 forks source link

nginx conf hardcodes hostname #22

Open nhandler opened 6 years ago

nhandler commented 6 years ago

The nginx configuration file that gets installed is hardcoded to reference zero.isitfoggy.today rather than the origin fqdn specified in the isitfoggy.conf file. This prevents nginx from starting (as the SSL cert will not exist at that path). The install script should update the nginx configuration file to include the correct hostnames.

matfra commented 2 years ago

I'm tempted to switch to python templating to generate the nginx conf