From feb56af0d036c6328ca16e0f4476f1b1bf884334 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 19 Aug 2024 13:56:23 +0000 Subject: [PATCH] Add highlight for fences --- Stateless-Mode.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Stateless-Mode.md b/Stateless-Mode.md index 40fd429..a5331b7 100644 --- a/Stateless-Mode.md +++ b/Stateless-Mode.md @@ -17,7 +17,7 @@ Configure your webserver to respond statelessly to challenges for a given accoun 1. Configure the web server to return the account key thumbprint: ### NGINX Add something similar to your `nginx.conf`: - ``` + ```nginx http { ... server { @@ -41,7 +41,7 @@ Configure your webserver to respond statelessly to challenges for a given accoun ``` ### APACHE Add something similar to your `httpd.conf`: - ``` + ```apache LoadModule php7_module libexec/apache2/libphp7.so ... @@ -73,7 +73,7 @@ Configure your webserver to respond statelessly to challenges for a given accoun _NOTE that this approach uses PHP but something similar could be done with CGI, Perl, Ruby or pretty much any other server-side language._ ### HAPROXY Add the http-request return rule to your configuration: - ``` + ```haproxy global setenv ACCOUNT_THUMBPRINT '6fXAG9VyG0IahirPEU2ZerUtItW2DHzDzD9wZaEKpqd' log stderr local0