-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ords 3.0.9 doesn't accept NGINX reverse proxy #6
Comments
Had the same Problem. Apache works fine. |
Hi, try:
|
Here is my solution (works only with one running Docker Container):
Done Also here is my full nginx config:
rewrite ^/(.*)$ https://YOURDOMAIN/ords/f?p=10000:LOGIN:::::: ; } server {
location /i { location /ords {
} |
Hi Andrzej,
After some testing I found out that I can't use a NGINX reverse proxy in front of your docker image (strange error regarding CORS after the login page).
I know (because I tested on a different docker image) that ORDS 3.0.2 works just fine behind NGINX. Is it possible that you downgrade you image?
Best regards,
Luís
The text was updated successfully, but these errors were encountered: