Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Jun 22, 2024
1 parent 68e9c3b commit 9040750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oneserver/templates/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ http {
default 1;
"~^GET:/elections/api/(authorities|election/(\d+)(|/results|/hash/))" 0;
"~^GET:/elections/public/\d+/\d+.tar" 0;
"~^GET:/iam/api/auth-event/([-\w]+)/live-preview$" 0;
"~^GET:/iam/api/auth-event/([a-f0-9\-]+)/live-preview" 0;
"~^POST:/elections/api/election/(\d+)/voter/" 0;
"~^GET:/iam/api/(legal/|auth-event/(\d+)/?)" 0;
"~^POST:/iam/api/auth-event/(\d+)/(register|authenticate|resend_auth_code|ping)" 0;
Expand Down

0 comments on commit 9040750

Please sign in to comment.