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
Commits
5e0498e5
Commit
5e0498e5
authored
3 years ago
by
shirenn
🌊
Browse files
Options
Downloads
Patches
Plain Diff
[framadate] PHP 7.4
parent
6a576b2a
No related branches found
Branches containing commit
No related tags found
1 merge request
!299
[framadate] PHP 7.4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/framadate/templates/framadate/app/inc/config.php.j2
+2
-2
2 additions, 2 deletions
roles/framadate/templates/framadate/app/inc/config.php.j2
roles/framadate/templates/nginx/sites-available/framadate.j2
+2
-2
2 additions, 2 deletions
roles/framadate/templates/nginx/sites-available/framadate.j2
with
4 additions
and
4 deletions
roles/framadate/templates/framadate/app/inc/config.php.j2
+
2
−
2
View file @
5e0498e5
...
...
@@ -73,7 +73,7 @@ const IMAGE_TITRE = 'images/logo-framadate.png';
const
URL_PROPRE
=
true
;
// Use REMOTE_USER data provided by web server
const
USE_REMOTE_USER
=
tru
e
;
const
USE_REMOTE_USER
=
fals
e
;
// Path to the log file
const
LOG_FILE
=
'admin/stdout.log'
;
...
...
@@ -92,7 +92,7 @@ $config = [
/* general config */
'use_smtp'
=>
true
,
// use email for polls creation/modification/responses notification
'smtp_options'
=>
[
'host'
=>
'{{ glob_framadate.smtp_server }}'
,
// SMTP server (you could add many servers (main and backup for example) : use ";" like separator
'host'
=>
'{{ glob_framadate.smtp_server }}'
,
// SMTP server (you could add many servers (main and backup for example) : use ";" like separator
'auth'
=>
false
,
// Enable SMTP authentication
'username'
=>
''
,
// SMTP username
'password'
=>
''
,
// SMTP password
...
...
This diff is collapsed.
Click to expand it.
roles/framadate/templates/nginx/sites-available/framadate.j2
+
2
−
2
View file @
5e0498e5
...
...
@@ -32,7 +32,7 @@ server {
location ~ \.php$ {
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include /etc/nginx/fastcgi_params;
fastcgi_pass unix:/run/php/php7.
3
-fpm.sock;
fastcgi_pass unix:/run/php/php7.
4
-fpm.sock;
}
try_files $uri $uri/ =401;
}
...
...
@@ -54,7 +54,7 @@ server {
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_index index.php;
include /etc/nginx/fastcgi_params;
fastcgi_pass unix:/run/php/php7.
3
-fpm.sock;
fastcgi_pass unix:/run/php/php7.
4
-fpm.sock;
}
}
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