Code Monkey home page Code Monkey logo

Comments (7)

jmillerdesign avatar jmillerdesign commented on May 18, 2024 3

Thanks to #106 this is now possible. Here's how to do it:

  • Create a volume for /etc/nginx/vhost.d
  • In /path/to/vhost.d/www.example.com, add the contents: return 301 https://example.com$request_uri;

from nginx-proxy.

johnjelinek avatar johnjelinek commented on May 18, 2024

I think you might want to specify a different syntax in that case. Perhaps example.com->www.example.com to set a 301 redirect.

from nginx-proxy.

md5 avatar md5 commented on May 18, 2024

You guys may want to comment on the implementation in #98.

from nginx-proxy.

johnjelinek avatar johnjelinek commented on May 18, 2024

works!

from nginx-proxy.

skwasha avatar skwasha commented on May 18, 2024

I'm having an issue with this... My VIRTUAL_HOST is set to domain.com, www.domain.com. I have a blank file domain.com and one for www.domain.com with the line:

return 301 https://domain.com$request_uri;

in it. My run line is as follows:

docker run -d -p 80:80 -p 443:443 --restart=always --volumes-from #{deploy[:application]} --name nginx-proxy -v /etc/nginx/vhost.d:/etc/nginx/vhost.d:ro -v /var/run/docker.sock:/tmp/docker.sock jwilder/nginx-proxy

I thought this should redir any www requests to non-www. but all I get are 502s. Any suggestions?

from nginx-proxy.

jmillerdesign avatar jmillerdesign commented on May 18, 2024

Sounds like you're doing everything correctly. Perhaps there's an unrelated issue with the container you're running. What's the nginx.conf like? Do you see any errors there?

from nginx-proxy.

skwasha avatar skwasha commented on May 18, 2024

Got it straightened out. Was an issue with how I was mounting the vhost.d dir from my app container.

from nginx-proxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.