Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sso
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
8
Issues
8
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
ai
sso
Commits
278c74d8
Commit
278c74d8
authored
Aug 27, 2016
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sso_server: bind to 0.0.0.0 by default
parent
f2600657
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
debian/ai-sso-server.init
debian/ai-sso-server.init
+1
-1
No files found.
debian/ai-sso-server.init
View file @
278c74d8
...
...
@@ -35,7 +35,7 @@ test ${NO_START} -eq 1 && exit 0
GUNICORN_OPTS
=
"
--log-config=/etc/sso/logging.conf
--bind
127.0.0.1
:
${
SSO_PORT
}
--bind
0.0.0.0
:
${
SSO_PORT
}
--worker-class gevent
--daemon --pid
${
PIDFILE
}
--name
${
NAME
}
...
...
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