Skip to content
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

Adapt config files for next release #19

Open
2 of 4 tasks
janCstoffregen opened this issue Nov 13, 2018 · 2 comments
Open
2 of 4 tasks

Adapt config files for next release #19

janCstoffregen opened this issue Nov 13, 2018 · 2 comments
Assignees

Comments

@janCstoffregen
Copy link
Member

janCstoffregen commented Nov 13, 2018

together with @domsteinbach

  • Adapt received files
  • nginx file
  • lua sipi no thumbnails Salsah shows only thumbnails #1 related
  • External adress in Knora webapi sipi extern ändern, beim deployment, nur für produktivumgebung
@janCstoffregen janCstoffregen self-assigned this Nov 13, 2018
@domsteinbach
Copy link
Contributor

For allowing nginx to handle files bigger than 2MB and for preventing timeouts we stored the following params in an own config file (/etc/nginx/config.d/my_proxy.conf; in proxy container)

  • "server_tokens off;"
  • "client_max_body_size 20m;"
  • "proxy_connect_timeout 2500s;
  • "proxy_send_timeout 2500;"
  • "proxy_read_timeout 2500;"

@domsteinbach
Copy link
Contributor

External adress in Knora webapi sipi extern ändern, beim deployment, nur für produktivumgebung

We will adjust this for each productive deployment together with all other params. The preferably should be configurated for local usage at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants