From d94750d25a30f0b802e157dc81be763b0c3df54e Mon Sep 17 00:00:00 2001 From: pictuga Date: Fri, 20 Mar 2020 11:31:34 +0100 Subject: [PATCH] README: improve syntax highlighting --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb3e456..d8091c6 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,9 @@ ensure that the provided `/www/.htaccess` works well with your server. Running this command should do: - uwsgi --http :9090 --plugin python --wsgi-file main.py +```shell +uwsgi --http :9090 --plugin python --wsgi-file main.py +``` However, one problem might be how to serve the provided `index.html` file if it isn't in the same directory. Therefore you can add this at the end of the