Using nginx 1.14, I get an error about map not being valid inside a server block. According to the docs it's only valid in a stream block. I made the change on my server and it fixed it for me, this updates the example.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/dehydrated-io/dehydrated/pull/735
**Author:** [@ghost](https://github.com/ghost)
**Created:** 5/14/2020
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `alpn-docs`
---
### 📝 Commits (1)
- [`85da299`](https://github.com/dehydrated-io/dehydrated/commit/85da299c5558f7b6dacbc93d7543fb9ee93778a1) fix tls-alpn-01 configuration example
### 📊 Changes
**1 file changed** (+9 additions, -11 deletions)
<details>
<summary>View changed files</summary>
📝 `docs/tls-alpn.md` (+9 -11)
</details>
### 📄 Description
Using nginx 1.14, I get an error about `map` not being valid inside a `server` block. According to [the docs](https://nginx.org/en/docs/stream/ngx_stream_map_module.html#map) it's only valid in a `stream` block. I made the change on my server and it fixed it for me, this updates the example.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/735
Author: @ghost
Created: 5/14/2020
Status: ❌ Closed
Base:
master← Head:alpn-docs📝 Commits (1)
85da299fix tls-alpn-01 configuration example📊 Changes
1 file changed (+9 additions, -11 deletions)
View changed files
📝
docs/tls-alpn.md(+9 -11)📄 Description
Using nginx 1.14, I get an error about
mapnot being valid inside aserverblock. According to the docs it's only valid in astreamblock. I made the change on my server and it fixed it for me, this updates the example.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.