Commit 6116601b by Dudás Ádám

fix offending backslash

parent d0096d2a
...@@ -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
...@@ -145,4 +145,4 @@ the portal application server:: ...@@ -145,4 +145,4 @@ the portal application server::
sudo cp miscellaneous/mancelery.conf /etc/init/ sudo cp miscellaneous/mancelery.conf /etc/init/
sudo start mancelery sudo start mancelery
sudo cp miscellaneous/portal-uwsgi.conf /etc/init/ sudo cp miscellaneous/portal-uwsgi.conf /etc/init/
sudo start portal-uwsgi sudo start portal-uwsgi
\ No newline at end of file
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