mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 11:47:53 +02:00
Make nginx listening to ipv6 - Complete #336
This commit is contained in:
parent
27fb79413e
commit
f7be650b3f
@ -9,6 +9,7 @@ http {
|
||||
|
||||
server {
|
||||
listen 8000;
|
||||
listen [::]:8000;
|
||||
server_name 2fAuth;
|
||||
root /srv/public;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user