Bubka / 2FAuth

A Web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
https://docs.2fauth.app/
GNU Affero General Public License v3.0
2.28k stars 152 forks source link

Add ipv6 in nginx config #336

Closed alan7000 closed 5 months ago

alan7000 commented 6 months ago

Is your feature request related to a problem? Please describe. My current problem is that my docker server is ipv6 only. The problem is that the nginx server used in the image only listens in ipv4.

Describe the solution you'd like Just add to the nginx configuration the fact that it also listens in ipv6.

Example:

listen [::]:8000;