# Guide to add https to working basic configuration?

**URL:** <https://gramps.discourse.group/t/guide-to-add-https-to-working-basic-configuration/4806>\
**Category:** Gramps Web\
**Created:** [February 4, 2024, 11:57pm UTC](https://gramps.discourse.group/t/guide-to-add-https-to-working-basic-configuration/4806 "2024-02-04T23:57:25Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![joea](https://avatars.discourse-cdn.com/v4/letter/j/b38774/32.png) [@joea](https://gramps.discourse.group/u/joea)\
**Post date:** [February 4, 2024, 11:57pm UTC](https://gramps.discourse.group/t/guide-to-add-https-to-working-basic-configuration/4806/1 "2024-02-04T23:57:25Z")

</div>

Looking at the docker-compose.yml for the nginx proxy setup, would I be correct in thinking I will need to add the specific email particulars for the user password reset and registration?

Can I set ipv6 to “false” if I don’t to use IPv6 here?

Are the grampsweb\_celery environment setting to be the same as those above?

The nginx\_proxy.conf file is just the one line?

---

<div class="post-metadata">

**Author:** ![DavidMStraub](https://yyz2.discourse-cdn.com/free1/user_avatar/gramps.discourse.group/davidmstraub/32/7_2.png) [@DavidMStraub](https://gramps.discourse.group/u/DavidMStraub)\
**Post date:** [February 5, 2024, 7:20am UTC](https://gramps.discourse.group/t/guide-to-add-https-to-working-basic-configuration/4806/2 "2024-02-05T07:20:34Z")

</div>

> Looking at the docker-compose.yml for the nginx proxy setup, would I be correct in thinking I will need to add the specific email particulars for the user password reset and registration?

Yes if you want to configure them using environment variables. No if you use the onboarding form.

> Can I set ipv6 to “false” if I don’t to use IPv6 here?

Probably. But this is Nginx Proxy which has it’s own documentation.

> Are the grampsweb\_celery environment setting to be the same as those above?

The `grampsweb-env` merge key duplicates all the environment settings except for the ones that are overridden explicitly. No need to change anything there.

> The nginx\_proxy.conf file is just the one line?

Yes, as it’s just a single setting that is changed with respect to the default config.

Please see the Nginx config for more settings.

---

<div class="post-metadata">

**Author:** ![joea](https://avatars.discourse-cdn.com/v4/letter/j/b38774/32.png) [@joea](https://gramps.discourse.group/u/joea)\
**Post date:** [February 5, 2024, 4:35pm UTC](https://gramps.discourse.group/t/guide-to-add-https-to-working-basic-configuration/4806/3 "2024-02-05T16:35:36Z")

</div>

> [@DavidMStraub](#):
>
> > Looking at the docker-compose.yml for the nginx proxy setup, would I be correct in thinking I will need to add the specific email particulars for the user password reset and registration?
> 
> Yes if you want to configure them using environment variables. No if you use the onboarding form.

Thanks.

So, if they are subject to change, it would be better (simpler overall) to define them in the file?
