linuxserver / reverse-proxy-confs

These confs are pulled into our SWAG image: https://github.com/linuxserver/docker-swag
GNU General Public License v3.0
1.33k stars 300 forks source link

[BUG] calibreweb conf references wrong container name, causing error 502 #632

Closed eZtaR1 closed 8 months ago

eZtaR1 commented 8 months ago

Is there an existing issue for this?

Current Behavior

If you use the current calibre-web.subdomain.conf orcalibre-web.subfolder.conf swag gives you an error 502.

This is because the confs reference calibre-web instead of calibreweb, editing to "server_name calibreweb.*;" fixes it

Expected Behavior

No response

Steps To Reproduce

cp calibre-web.subdomain.conf.sample calibre-web.subdomain.conf docker restart swag error 502

Roxedus commented 8 months ago

Our example compose uses the hyphen.

eZtaR1 commented 8 months ago

Our example compose uses the hyphen.

Ahh right, i'm using dockstarter, and they have changed the naming apparently - sorry for the inconvenience!