diff --git a/common/website.conf b/common/website.conf index bc2c284..d57787f 100644 --- a/common/website.conf +++ b/common/website.conf @@ -137,6 +137,14 @@ location ~ ^/p/(?[\w-]+).asc?$ { location ~ ^/p/(?[\w-]+).gpg?$ { alias /sshfs/home/$user/.pgp.gpg; } +location ~ ^/en/announcements(.html)?$ { + default_type text/html; + alias /var/log/announcements.html; +} +location ~ ^/en/ssi_anno(.shtml)?$ { + default_type text/html; + alias /var/log/ssi_anno.shtml; +} ## users location ~ ^/(~|u/)(?[\w-]+)(?/.*)?$ { error_log /var/log/nginx/vern.cc-error.log crit;