mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-07-15 21:08:28 +08:00
I can only server contents with IPv6 because I'm sitting behind CGN on IPv4. When enabling HTTP2 it still not serve contents with HTTP2 as there are missing arguments in the `listen`. But it still does the SSL encryption. Previous to this commit it generates: ``` listen 80; listen [::]:80; listen 443 ssl http2; listen [::]:443; ``` Now it generates: ``` listen 80; listen [::]:80; listen 443 ssl http2; listen [::]:443 ssl http2; ``` |
||
|---|---|---|
| .. | ||
| _assets.conf | ||
| _certificates.conf | ||
| _exploits.conf | ||
| _forced_ssl.conf | ||
| _header_comment.conf | ||
| _hsts.conf | ||
| _listen.conf | ||
| _location.conf | ||
| dead_host.conf | ||
| default.conf | ||
| ip_ranges.conf | ||
| letsencrypt-request.conf | ||
| proxy_host.conf | ||
| redirection_host.conf | ||
| stream.conf | ||