mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-14 04:19:14 +00:00
Add apply ipv6 to nginx
This commit is contained in:
parent
106193fac5
commit
7edb979cc1
1 changed files with 1 additions and 0 deletions
1
docker/nginx/dist/conf/tpotweb.conf
vendored
1
docker/nginx/dist/conf/tpotweb.conf
vendored
|
@ -8,6 +8,7 @@ server {
|
|||
### Basic server settings
|
||||
#########################
|
||||
listen 64297 ssl http2;
|
||||
listen [::]:64297 ssl http2;
|
||||
index tpotweb.html;
|
||||
ssl_protocols TLSv1.2;
|
||||
server_name example.com;
|
||||
|
|
Loading…
Reference in a new issue