frontend: allow players to respond to issues

This commit is contained in:
nemunaire 2020-01-24 20:04:46 +01:00
commit edbac43423
8 changed files with 85 additions and 12 deletions

View file

@ -91,6 +91,11 @@ server {
rewrite ^/.*$ /index.html;
}
location /issues {
include fic-auth.conf;
rewrite ^/.*$ /index.html;
}
location /rank {
include fic-auth.conf;

View file

@ -83,6 +83,11 @@ server {
rewrite ^/.*$ /index.html;
}
location /issues {
include fic-auth.conf;
rewrite ^/.*$ /index.html;
}
location /rank {
include fic-auth.conf;