Skip to content
Snippets Groups Projects
Commit 251b4560 authored by Carina Antunes's avatar Carina Antunes
Browse files

fix logout from sso

parent ef1b3c7f
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,11 @@ server {
# Pass PHP requests to the WordPress container (PHP-FPM)
location ~ \.php$ {
include fastcgi_params;
# Needed for logout from SSO
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;
fastcgi_pass wordpress;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment