Index: user/des/fbce/fbce.conf =================================================================== --- user/des/fbce/fbce.conf (revision 360388) +++ user/des/fbce/fbce.conf (revision 360389) @@ -1,35 +1,35 @@ # $FreeBSD$ -title = 2018 FreeBSD Core Team Election -descr = 2018 FreeBSD core team election +title = 2020 FreeBSD Core Team Election +descr = 2020 FreeBSD core team election dsn = "dbi:Pg:dbname=dbname" user = "user" password = "password" - nominating_starts = 2018-05-16 18:00:00 UTC - nominating_ends = 2018-05-23 18:00:00 UTC - voting_starts = 2018-05-23 18:00:00 UTC - voting_ends = 2018-06-20 18:00:00 UTC - announcement = 2018-06-27 18:00:00 UTC - investiture = 2018-07-04 18:00:00 UTC + nominating_starts = 2020-05-13 18:00:00 UTC + nominating_ends = 2020-05-20 18:00:00 UTC + voting_starts = 2020-05-20 18:00:00 UTC + voting_ends = 2020-06-17 18:00:00 UTC + announcement = 2020-06-24 18:00:00 UTC + investiture = 2020-07-01 18:00:00 UTC max_votes = 9 cutoff = 1 year expires = 7200 cookie_expires = 0 cookie_secure = 1 storage = /tmp/fbce.__UID__/session-cache unlink_on_exit = 0 cache_size = 8m Index: user/des/fbce/misc/apache.conf =================================================================== --- user/des/fbce/misc/apache.conf (revision 360388) +++ user/des/fbce/misc/apache.conf (revision 360389) @@ -1,15 +1,15 @@ LoadModule fastcgi_module libexec/apache24/mod_fastcgi.so FastCgiServer /home/des/fbce/script/fbce_fastcgi.pl -processes 3 -Alias /2018/static /home/des/fbce/root/static -Alias /2018/ /home/des/fbce/script/fbce_fastcgi.pl/ +Alias /2020/static /home/des/fbce/root/static +Alias /2020/ /home/des/fbce/script/fbce_fastcgi.pl/ RewriteEngine on -RewriteRule ^/2018$ /2018/ [R] +RewriteRule ^/2020$ /2020/ [R] - + Require all granted