Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@alexbrooklyn No, apparently Traefik doesn't like it when I don't specify that a certain url can also be accessed without "www"...
This is what I had:
```
(Host(`www.finlaydag33k.nl`) && PathPrefix(`/pma/`))
```
this is what fixed it:
```
((Host(`www.finlaydag33k.nl`) || Host(`finlaydag33k.nl`))&& PathPrefix(`/pma/`))
```
Not afraid of showing that stuff here, one can find it on my Git anyways XD -
@dder Outside the specification of the Host in the Traefik config (eg. "www.finlaydag33k.nl || finlaydag33k.nl" vs "testing.finlaydag33k.nl") and the database password they are pretty much identical.
-
dder23234yDamn that.
Load ? Maybe it’s a load balancing problem...
But very good setup, if they are so identical! Let me tell you, it’s not always the case! -
@dder No, somehow the issue was that it was missing an (albeit irrelevant) host definition for the proxying... no clue why that was tho...
Me: "Oh right I still had to fix that"
Me: *fixes thing*
Me: *checks on staging to make sure it all works*
Thing: *works absolutely fine*
Me: "Cool, let's promote it"
Me: *updates production stack*
Me: *checks on production to make sure it works*
Thing: *still broken*
dsfhjh dsaghdsaupot nvhudfot vnhgue
rant