mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2026-01-22 05:47:37 +01:00
feat: move listen 443 to strem to enable true ssl passthrough
This commit is contained in:
@@ -2,8 +2,8 @@ server{
|
||||
|
||||
# {{ comment }}
|
||||
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
listen 10443 ssl;
|
||||
listen [::]:10443 ssl;
|
||||
|
||||
{% if servernames %}server_name{% for s in servernames %} {{ s }}{% endfor %};{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user