reuseport is not HTTP/3 only (#283)

* reuseport is not HTTP/3 only

* Forgot to remove these

* Move reuseport to global > https

* Update i18n files

* Only set reuseport once per ip:port pair

* Move reuseport opt outside ssl conditional

* Update copyright headers of touched files

Co-authored-by: MattIPv4 <me@mattcowley.co.uk>
This commit is contained in:
Daniel Walsh
2021-06-28 12:51:45 +01:00
committed by GitHub
parent fee8fb4189
commit 5330055f2b
19 changed files with 103 additions and 88 deletions

View File

@@ -32,8 +32,6 @@ export default {
enableHttp2Connections: `${common.enable} conexões ${common.http}/2`,
http3: `${common.http}/3`,
enableHttp3Connections: `${common.enable} conexões ${common.http}/3`,
portReuse: 'Reuseport', // TODO: translate
enableReuseOfPort: `${common.enable} reuseport to generate a listening socket per worker`, // TODO: translate
forceHttps: `Forçar ${common.https}`,
hsts: 'HSTS',
enableStrictTransportSecurity: `${common.enable} Strict Transport Security, requerendo conexões HTTPS`,

View File

@@ -1,5 +1,5 @@
/*
Copyright 2020 DigitalOcean
Copyright 2021 DigitalOcean
This code is licensed under the MIT License.
You may obtain a copy of the License at
@@ -33,6 +33,8 @@ const ipv6 = 'IPv6';
export default {
sslProfile: `Perfil ${common.ssl}`,
httpsMustBeEnabledOnOneSite: `O ${common.https} deve estar habilitado em pelo menos um site para definir as configurações globais de ${common.https}.`,
portReuse: 'Reuseport', // TODO: translate
enableReuseOfPort: `${common.enable} reuseport to generate a listening socket per worker`, // TODO: translate
ocspDnsResolvers: 'Resolvedores de DNS OCSP',
cloudflareResolver: 'Resolvedor Cloudflare',
googlePublicDns: 'DNS público do Google',