Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6116601b
authored
Sep 15, 2015
by
Dudás Ádám
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix offending backslash
parent
d0096d2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
docs/deploy.rst
+3
-2
No files found.
docs/deploy.rst
View file @
6116601b
...
...
@@ -89,7 +89,7 @@ Set up nginx to serve the CIRCLE portal. ::
server {
listen 80 default;
rewrite ^ https://
\
$host/; # permanent;
rewrite ^ https://$host/; # permanent;
}
END
sudo /etc/init.d/nginx restart
...
...
@@ -145,4 +145,4 @@ the portal application server::
sudo cp miscellaneous/mancelery.conf /etc/init/
sudo start mancelery
sudo cp miscellaneous/portal-uwsgi.conf /etc/init/
sudo start portal-uwsgi
sudo start portal-uwsgi
\ No newline at end of file
Kálmán Viktor
@kviktor
mentioned in commit
0282e224
Sep 15, 2015
mentioned in commit
0282e224
mentioned in commit 0282e2244844d7e9064849bc746827cb28d0323c
Toggle commit list
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