Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
G
gracedb
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
91
Issues
91
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
gracedb
Commits
0291e833
Commit
0291e833
authored
Dec 09, 2018
by
Thomas Downes
Committed by
GraceDB
Jan 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix binding of gunicorn port #
parent
b262916b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docker/supervisord-apache2.conf
docker/supervisord-apache2.conf
+1
-1
No files found.
docker/supervisord-apache2.conf
View file @
0291e833
...
...
@@ -6,7 +6,7 @@ redirect_stderr=true
priority
=
2
[
program
:
gracedb
]
command
=/
usr
/
local
/
bin
/
gunicorn
--
reload
--
bind
0
.
0
.
0
.
0
:
800
0
config
.
wsgi
:
application
command
=/
usr
/
local
/
bin
/
gunicorn
--
reload
--
bind
127
.
0
.
0
.
1
:
808
0
config
.
wsgi
:
application
directory
=/
app
/
gracedb_project
#user=www-data
#group=www-data
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment