mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 05:18:12 -05:00
f022e84979
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; ``` |
||
---|---|---|
.. | ||
.vscode | ||
config | ||
doc | ||
internal | ||
lib | ||
migrations | ||
models | ||
routes/api | ||
schema | ||
templates | ||
.eslintrc.json | ||
.gitignore | ||
.prettierrc | ||
app.js | ||
db.js | ||
index.js | ||
knexfile.js | ||
logger.js | ||
migrate.js | ||
nodemon.json | ||
package.json | ||
setup.js | ||
yarn.lock |