Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wordpress-operator
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Container registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wordpress
paas
wordpress-operator
Commits
251b4560
Commit
251b4560
authored
1 month ago
by
Carina Antunes
Browse files
Options
Downloads
Patches
Plain Diff
fix logout from sso
parent
ef1b3c7f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/nginx-config.tmpl
+5
-0
5 additions, 0 deletions
templates/nginx-config.tmpl
with
5 additions
and
0 deletions
templates/nginx-config.tmpl
+
5
−
0
View file @
251b4560
...
...
@@ -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;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment