From 016efe8affacd4e3907cf142809b19831426d442 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 8 Mar 2022 15:53:45 +0100 Subject: [PATCH] chore: enabled syntax highlighting for nginx for better readability on github --- docs/docker-web-app-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker-web-app-guide.md b/docs/docker-web-app-guide.md index 52b9e15da..017deb7b5 100644 --- a/docs/docker-web-app-guide.md +++ b/docs/docker-web-app-guide.md @@ -45,7 +45,7 @@ mkcert 192.168.11.95 # public IP address or hostname of the remote machine ### Prepare SSL Nginx conf -``` +```nginx # ssl.conf server { listen 443 ssl;