We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Done and tested.
NGINX_PORT=8080 IMPRESSO_MIDDLE_LAYER_TAG=v2.4.0 IMPRESSO_USER_ADMIN_TAG=v2.1.0 IMPRESSO_FRONTEND_TAG=v2.9.5 IMPRESSO_RECSYS_TAG=latest IMPRESSO_IIIF_WIDGET_TAG=latest IMPRESSO_PUBLIC_API_TAG=latest
To test we use a local nginx proxy to the test address "impresso-project.internal.ch"
events { worker_connections 1024; } http { server { listen 80; server_name impresso-project.internal.ch; location / { proxy_pass http://VM-test:8080/; } } }
The text was updated successfully, but these errors were encountered:
danieleguido
No branches or pull requests
Done and tested.
To test we use a local nginx proxy to the test address "impresso-project.internal.ch"
The text was updated successfully, but these errors were encountered: