authelia change cookie policy, deny ips, add authelia to typo3
This commit is contained in:
parent
f0945efff9
commit
5dddbbbb04
3 changed files with 84 additions and 29 deletions
|
|
@ -95,6 +95,7 @@
|
|||
inactivity = "45m";
|
||||
remember_me_duration = "1M";
|
||||
domain = "cloonar.com";
|
||||
same_site = "none";
|
||||
};
|
||||
|
||||
regulation = {
|
||||
|
|
@ -153,6 +154,17 @@
|
|||
forceSSL = true;
|
||||
acmeRoot = null;
|
||||
|
||||
locations."/api/verify" = {
|
||||
proxyPass = "http://127.0.0.1:9091";
|
||||
proxyWebsockets = true;
|
||||
|
||||
extraConfig = ''
|
||||
allow 127.0.0.1;
|
||||
allow 49.12.244.139;
|
||||
deny all;
|
||||
'';
|
||||
}
|
||||
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:9091";
|
||||
proxyWebsockets = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue