README: fix typo - gopherproxy-c - Gopher HTTP proxy in C (CGI) | |
git clone git://git.codemadness.org/gopherproxy-c | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit f7929385112388c25324b99525a88df3daba908c | |
parent 9513ef706fdb1d0fe7ec1c8f6da1fb78ed573f2d | |
Author: [email protected] <[email protected]> | |
Date: Sun, 19 Aug 2018 18:55:25 +0200 | |
README: fix typo | |
Diffstat: | |
M README | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/README b/README | |
@@ -27,7 +27,7 @@ Cons | |
CGI configuration examples | |
-------------------------- | |
-Mginx + slowcgi: | |
+nginx + slowcgi: | |
location /gopherproxy/ { | |
include /etc/nginx/fastcgi_params; |