Giter Site home page Giter Site logo

Comments (6)

dvc avatar dvc commented on April 28, 2024 1

So, i need dedicated entrypoint for custom domain. Without traefik...

(https, http/2)-> Vulcain -(http)->Nginx -(static or fastcgi)-> [Varnish] -> php-fpm (ApiPlatform)

Or create issue to support Vulcain integration to Traefik :)

from vulcain.

soyuka avatar soyuka commented on April 28, 2024 1

Vulcain (http/2 + tls) => Varnish => Nginx => php-fpm

from vulcain.

dunglas avatar dunglas commented on April 28, 2024

To be able to use Server Push, Vulcain must be at the edge. Alternatively, you can use reverse proxies able to forward Server Push, but this isn’t supported yet by Nginx and Traefik.

from vulcain.

dvc avatar dvc commented on April 28, 2024

Thank you!

from vulcain.

ottsch avatar ottsch commented on April 28, 2024

See traefik/traefik#906

from vulcain.

dvc avatar dvc commented on April 28, 2024

https://docs.traefik.io/routing/routers/#tls_1

By default, Traefik will terminate the SSL connections (meaning that it will send decrypted data to the services), but Traefik can be configured in order to let the requests pass through (keeping the data encrypted), and be forwarded to the service "as is".

# Configuring passthrough
## Dynamic configuration
tcp:
  routers:
    Router-1:
      rule: "HostSNI(`foo-domain`)"
      service: service-id
      tls:
        passthrough: true

Vulcain can be one of traefik 2.x https "Services" or "Servers". Am i right?

from vulcain.

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.