Added missing CHANGLOG entry. Minor fix in DEVELOPMENT.rst.
This commit is contained in:
parent
0171855e51
commit
1a27aa975c
@ -59,6 +59,7 @@ Users:
|
||||
- Removed OPTIONS request. All permissions are now provided on startup [#3306].
|
||||
- Added option to enable updating the last_login field in the database. The
|
||||
default is now disabled [#3400].
|
||||
- Hide password in change password view [#3417].
|
||||
|
||||
Core:
|
||||
- No reload on logoff. OpenSlides is now a full single page
|
||||
|
@ -225,7 +225,7 @@ This is an example configuration for a single Daphne/Geiss listen on port 8000::
|
||||
|
||||
server_name _;
|
||||
|
||||
location ~* ^/(?!ws|wss|webclient|core/servertime|users/whoami|users/login|users/logout|users/setpassword|motions/docxtemplate|projector|real-projector|static|media|rest).*$ {
|
||||
location ~* ^/(?!ws|wss|webclient|core/servertime|core/version|users/whoami|users/login|users/logout|users/setpassword|motions/docxtemplate|projector|real-projector|static|media|rest).*$ {
|
||||
rewrite ^.*$ /static/templates/index.html;
|
||||
}
|
||||
location ~* ^/projector.*$ {
|
||||
|
Loading…
Reference in New Issue
Block a user