mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-10 04:24:12 +00:00
Hotfix: HTTP/3 strings use domainSections not globalSections (#250)
This commit is contained in:
parent
8cd4adbd9c
commit
deec5269ad
1 changed files with 5 additions and 5 deletions
|
@ -229,15 +229,15 @@ THE SOFTWARE.
|
|||
<br />
|
||||
<div class="message is-warning">
|
||||
<div class="message-body">
|
||||
{{ $t('templates.globalSections.https.http3Warning1') }}
|
||||
<ExternalLink :text="$t('templates.globalSections.https.http3Warning2')"
|
||||
{{ $t('templates.domainSections.https.http3Warning1') }}
|
||||
<ExternalLink :text="$t('templates.domainSections.https.http3Warning2')"
|
||||
link="https://quic.nginx.org/README"
|
||||
></ExternalLink>
|
||||
{{ $t('templates.globalSections.https.http3Warning3') }}
|
||||
<ExternalLink :text="$t('templates.globalSections.https.http3Warning4')"
|
||||
{{ $t('templates.domainSections.https.http3Warning3') }}
|
||||
<ExternalLink :text="$t('templates.domainSections.https.http3Warning4')"
|
||||
link="https://github.com/cloudflare/quiche/tree/master/extras/nginx"
|
||||
></ExternalLink>
|
||||
{{ $t('templates.globalSections.https.http3Warning5') }}
|
||||
{{ $t('templates.domainSections.https.http3Warning5') }}
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue