Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
TMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
CC-IN2P3 Applications team
TMS
Commits
f410d451
Commit
f410d451
authored
5 years ago
by
Cyril L'Orphelin
Browse files
Options
Downloads
Patches
Plain Diff
MAJ symfony.cong logs
parent
e6196e9b
No related branches found
No related tags found
3 merge requests
!5
Module Tapes : Try fixing bug 'Mixed Content The page at was loaded over...
,
!3
Openshift deployment
,
!2
Openshift deployment
Pipeline
#59637
passed
5 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tms/nginx.conf
+2
-2
2 additions, 2 deletions
tms/nginx.conf
tms/symfony.conf
+2
-2
2 additions, 2 deletions
tms/symfony.conf
with
4 additions
and
4 deletions
tms/nginx.conf
+
2
−
2
View file @
f410d451
...
@@ -10,14 +10,14 @@ events {
...
@@ -10,14 +10,14 @@ events {
http
{
http
{
server_tokens
off
;
server_tokens
off
;
sendfile
on
;
sendfile
on
;
access_log
/dev/stdout
;
error_log
/dev/stdout
;
tcp_nopush
on
;
tcp_nopush
on
;
tcp_nodelay
on
;
tcp_nodelay
on
;
keepalive_timeout
15
;
keepalive_timeout
15
;
types_hash_max_size
2048
;
types_hash_max_size
2048
;
include
/etc/nginx/mime.types
;
include
/etc/nginx/mime.types
;
default_type
application/octet-stream
;
default_type
application/octet-stream
;
access_log
off
;
error_log
off
;
gzip
on
;
gzip
on
;
gzip_disable
"msie6"
;
gzip_disable
"msie6"
;
include
/etc/nginx/conf.d/*.conf
;
include
/etc/nginx/conf.d/*.conf
;
...
...
This diff is collapsed.
Click to expand it.
tms/symfony.conf
+
2
−
2
View file @
f410d451
...
@@ -19,6 +19,6 @@ server {
...
@@ -19,6 +19,6 @@ server {
fastcgi_param
HTTPS
off
;
fastcgi_param
HTTPS
off
;
}
}
error_log
/
var
/
log
/
nginx
/
symfony_error
.
log
;
error_log
/
dev
/
stdout
;
access_log
/
var
/
log
/
nginx
/
symfony_access
.
log
;
access_log
/
dev
/
stdout
;
}
}
\ No newline at end of file
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