[PR #735] [CLOSED] Fix tls-alpn-01 configuration example #909

Closed
opened 2025-12-29 01:29:57 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/735
Author: @ghost
Created: 5/14/2020
Status: Closed

Base: masterHead: alpn-docs


📝 Commits (1)

  • 85da299 fix 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 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>
adam added the pull-request label 2025-12-29 01:29:57 +01:00
adam closed this issue 2025-12-29 01:29:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#909