deck9 / input

A privacy-focused, no-code, open-source form builder designed for simplicity and brand consistency.
https://getinput.co
GNU Affero General Public License v3.0
162 stars 27 forks source link

nginx fail in docker: a duplicate default server #96

Closed aiac closed 1 year ago

aiac commented 1 year ago

I couldnt start the plain docker image, because of duplicated default_server in nginx conf. It worked only after I bind empty folder: ./nginx_conf:/etc/nginx/conf.d/

PhilReinking commented 1 year ago

@aiac thx for reporting. I updated the nginx.conf to remove the duplicate server config.