mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
Syndicated to Medium
This commit is contained in:
parent
17e7209a41
commit
bfa4e52c0b
15 changed files with 95 additions and 75 deletions
|
@ -1,10 +1,13 @@
|
|||
---
|
||||
title: "Getting Podman and Nginx TCPv6 and HTTP/2 Ready"
|
||||
date: 2022-09-28T22:43:28-04:00
|
||||
date: 2022-09-28 22:43:28-04:00
|
||||
draft: false
|
||||
tags: ["Networking", "Containers"]
|
||||
math: false
|
||||
medium_enabled: true
|
||||
medium_post_id: ac419c65c080
|
||||
tags:
|
||||
- Networking
|
||||
- Containers
|
||||
title: Getting Podman and Nginx TCPv6 and HTTP/2 Ready
|
||||
---
|
||||
|
||||
When checking the status of my website, I discovered that my website wasn't accessible over IPV6 and didn't have HTTP/2 enabled! This post will go over how I remedied that with my current setup of Nginx running within a podman container. Do note, TCPv6 will only work if you are provided a IPv6 address from your server provider.
|
||||
|
@ -181,4 +184,4 @@ tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 172/nginx
|
|||
tcp 0 0 :::443 :::* LISTEN 172/nginx
|
||||
```
|
||||
|
||||
There you have it! Now your website should be TCPv6 and HTTP/2 compatible. Feel free to get in touch if you have any questions.
|
||||
There you have it! Now your website should be TCPv6 and HTTP/2 compatible. Feel free to get in touch if you have any questions.
|
Loading…
Add table
Add a link
Reference in a new issue