-
Notifications
You must be signed in to change notification settings - Fork 3
es lang #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
es lang #6
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| title: GameAP Documentación | ||
| tagline: panel de control de servidores de juego | ||
| docs: Documentación | ||
| documentation: Documentación | ||
| download: Descargar | ||
| on_github: Proyecto en GitHub | ||
| forum: Foro | ||
| site: Sitio | ||
| site_url: https://gameap.com | ||
| edit_page: Editar esta página |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -102,6 +102,9 @@ With `TLS_FORCE_HTTPS=true`, every HTTP request gets a `301` redirect, except | |
| ACME is enabled only when `ACME_ENABLED=true`, `ACME_EMAIL`, and `ACME_DOMAINS` are all set. | ||
| If anything is missing, the panel silently continues without ACME. | ||
|
|
||
| With `TLS_FORCE_HTTPS=true`, HTTP requests for hosts not listed in `ACME_DOMAINS` are redirected | ||
| to the first non-wildcard entry of the list. | ||
|
Comment on lines
+105
to
+106
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win Use wildcard matching semantics in this rule. A host can match an entry such as 🤖 Prompt for AI Agents |
||
|
|
||
| The default is the production Let's Encrypt directory with its strict limits on the number of | ||
| attempts. While debugging your setup, use staging: | ||
| `ACME_DIRECTORY_URL=https://acme-staging-v02.api.letsencrypt.org/directory`. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.