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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
docs/deploy.rst
+1
-1
No files found.
docs/deploy.rst
View file @
6116601b
...
@@ -89,7 +89,7 @@ Set up nginx to serve the CIRCLE portal. ::
...
@@ -89,7 +89,7 @@ Set up nginx to serve the CIRCLE portal. ::
server {
server {
listen 80 default;
listen 80 default;
rewrite ^ https://
\
$host/; # permanent;
rewrite ^ https://$host/; # permanent;
}
}
END
END
sudo /etc/init.d/nginx restart
sudo /etc/init.d/nginx restart
...
...
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