Hi,
I can't think of anything obvious. There is a basic example of an nginx proxy config at https://docs.seek4science.org/tech/docker/docker-compose.html that should just need to the addition of the https certificates and config. I've changed our apache config for some of our proxies and can't see anything special we needed to add. The Site base URL would need configuring (under Admin/Settings and at the top), but this is only needed for cases where the request isn't known and I don't think would affect you.
There was a related fix, inside the container, a long time ago https://github.com/seek4science/seek/commit/d4154cdbdd13d4cb2060bb233cc52b71cd1249b8#diff-68c73b5a79443e53542b651429897b70 but you would need to be using a very old version to still be affected by this. If you are using a fork and building your own container, you may want to check and compare the files in docker/ , in particular docker/nginx.conf .
I'm afraid other than that I can't help.
Stuart.
--
You received this message because you are subscribed to the Google Groups "SEEK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seek-develope...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/seek-developers/4a460a9a-e87c-40a5-a589-30f65f0d09c9%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to seek-de...@googlegroups.com.
Hi,
You might need to add the port to the Host header in your nginx config:
proxy_set_header Host $host:$server_port;
Cheers,
Finn
To unsubscribe from this group and stop receiving emails from it, send an email to seek-develope...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/seek-developers/933f8af6-838b-45ff-879e-b26870230c9c%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/seek-developers/933f8af6-838b-45ff-879e-b26870230c9c%40googlegroups.com.
Thanks.
And thanks for spotting this Finn. It seems this needs updating
in our docs.
To unsubscribe from this group and stop receiving emails from it, send an email to seek-develope...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/seek-developers/2f11763f-8395-465a-8cb0-fd4878a4c5fd%40googlegroups.com.