Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nounous
Ansible
Merge requests
!318
Owncloud -> Bullseye
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Owncloud -> Bullseye
owncloud
into
main
Overview
0
Commits
2
Changes
3
Merged
ynerant
requested to merge
owncloud
into
main
3 years ago
Overview
0
Commits
2
Changes
3
Expand
👍
0
👎
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
decf5be6
2 commits,
3 years ago
3 files
+
7
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
roles/horde/templates/nginx/snippets/php.conf.j2
+
2
−
2
Options
@@ -8,7 +8,7 @@ location ~ .+\.php {
fastcgi_buffer_size 128k;
fastcgi_buffers 4 256k;
fastcgi_busy_buffers_size 256k;
fastcgi_pass unix:/var/run/php/php7.
3
-fpm.sock;
fastcgi_pass unix:/var/run/php/php7.
4
-fpm.sock;
fastcgi_index index.php;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;
@@ -21,6 +21,6 @@ location ~ ^/php_(ping|status)$ {
allow 127.0.0.1;
deny all;
root /usr/share/nginx/html;
fastcgi_pass unix:/var/run/php/php7.
3
-fpm.sock;
fastcgi_pass unix:/var/run/php/php7.
4
-fpm.sock;
include fastcgi_params;
}
Loading