Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logo link broken at the top of the blog, for https #919

Closed
imported-from-roundup opened this issue Aug 8, 2014 · 0 comments
Closed

Logo link broken at the top of the blog, for https #919

imported-from-roundup opened this issue Aug 8, 2014 · 0 comments

Comments

@imported-from-roundup
Copy link

Comment by jpichon:

Could be similar to http://openhatch.org/bugs/issue549 ? If I click on the logo
picture on top of the blog while using https, I get redirected to
https://localhost/blog/. It looks like the link to https://openhatch.org/blog
has no trailing slash, and it doesn't work either if I directly type the url.
(Http's all fine though.)


Comment by paulproteus:

Hi Julie,

Thanks for filing this.

I just fixed it by applying this changeset to our nginx configuration:

index b53eb5a..cd41d76 100644
--- a/nginx/most_of_openhatch.org
+++ b/nginx/most_of_openhatch.org
@@ -11,6 +11,7 @@
root /home/deploy/milestone-a/mysite/static/_cache/;

    location /blog { 
  •            server_name_in_redirect off;
            root /var/www/;
            index  index.php;
    

Sadly, you might have to clear your cache to test it, but let me know if you can
verify that I fixed it. (I did a quick test using 'wget' which suggests it is
fixed.)


Comment by jpichon:

It works fine for me now, thank you!


Status: resolved
Nosy List: jpichon, paulproteus
Priority: bug
Imported from roundup ID: 604 (view archived page)
Last modified: 2011-10-18.19:46:22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant