tREADME: use stricter location criterion in httpd.conf example - vote - simple cgi voting system for web and gopher
(HTM) git clone git://src.adamsgaard.dk/vote
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 4e15fd477f221f6ed8d335b14a83fa362c6df14b
(DIR) parent 1667fba9d224363f85f8cb4c610a6be55d84b66c
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 6 Oct 2020 17:04:38 +0200
README: use stricter location criterion in httpd.conf example
Diffstat:
M README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/README b/README
t@@ -1,7 +1,7 @@
With the repository as /var/www/cgi-bin/vote, add the following to
httpd.conf:
- location match "/vote" {
+ location "/vote" {
root "/cgi-bin/vote/vote"
fastcgi
}