aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-07-20 20:39:04 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2021-07-20 20:42:20 +0100
commit5785614b247f64647d48e2980c2bbec8e2cdbc4b (patch)
tree185461f512b0a0061fed7b5fdfeb1cc05fbbdaa7 /README.md
parent3cbe6fe46483ca5c4483bc2d39c4c568fda9a187 (diff)
downloadgpigeon-5785614b247f64647d48e2980c2bbec8e2cdbc4b.tar.gz
gpigeon-5785614b247f64647d48e2980c2bbec8e2cdbc4b.zip
fix links stable not having style
- also add date when a link was created. It should be easy now to tell when a link was generated. - update the readme about nginx since index.html doesn't exist anymore, gpigeon does the job now - updated the dependencies in the readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/README.md b/README.md
index 6fd6439..14be24c 100644
--- a/README.md
+++ b/README.md
@@ -31,14 +31,14 @@ You will need perl and the following modules and my perl version is **v5.34.0**,
- CGI
- CGI::Carp
-- CGI::Cookies
+- CGI::Cookie
- Crypt::Argon2
- DBI
- DBD::SQLite
-- Email::Valid
-- File::Path (should be already here by default in recent perl installs)
-- GPG
-- HTML::Entities
+- Email::Valid
+- Mail::GPG
+- MIME::Entity
+- File::Path and File::stat (available by default in recent perl installs)
- Net:SSLeay
- Net::SMTP
- Net::SMTPS
@@ -86,7 +86,11 @@ server {
ssl_certificate_key /etc/letsencrypt/live/ggon.example.com/privkey.pem;
error_log /var/log/gpigeon.log;
index index.html index.htm;
-
+
+ location = / {
+ return 301 /cgi-bin/gpigeon.cgi;
+ }
+
location = /cgi-bin/gpigeon.cgi {
ssi off;
gzip off;