Commit 0282e224 by Kálmán Viktor

revert 6116601b

parent 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment