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
0bcbca0d
Commit
0bcbca0d
authored
5 years ago
by
Benjamin Guillon
Browse files
Options
Downloads
Patches
Plain Diff
Update tms/symfony.conf.old, symfony.conf files
parent
eec800d1
No related branches found
Branches containing commit
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
symfony.conf
+21
-0
21 additions, 0 deletions
symfony.conf
tms/symfony.conf.old
+0
-0
0 additions, 0 deletions
tms/symfony.conf.old
with
21 additions
and
0 deletions
symfony.conf
0 → 100644
+
21
−
0
View file @
0bcbca0d
server
{
listen
8081
;
server_name
localhost
;
index
index
.
php
index
.
html
;
root
/
var
/
www
/
html
/
public
;
# redirect server error pages to the static page /50x.html
error_page
500
502
503
504
/
50
x
.
html
;
location
= /
50
x
.
html
{
root
/
usr
/
share
/
nginx
/
html
;
}
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
#
location
/ {
fastcgi_pass
php
-
tms
:
9000
;
fastcgi_index
index
.
php
;
include
fastcgi_params
;
fastcgi_param
SCRIPT_FILENAME
$
document_root
$
fastcgi_script_name
;
}
}
This diff is collapsed.
Click to expand it.
tms/symfony.conf
→
tms/symfony.conf
.old
+
0
−
0
View file @
0bcbca0d
File moved
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