authelia change cookie policy, deny ips, add authelia to typo3

This commit is contained in:
2023-08-18 08:19:19 +02:00
parent f0945efff9
commit 5dddbbbb04
3 changed files with 84 additions and 29 deletions

View File

@@ -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;