1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

fix nginx

This commit is contained in:
Thomas 2024-01-20 18:59:33 +01:00 committed by GitHub
parent 106d86a266
commit 0fa3733285
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,9 @@
}
location __PATH__/ {
alias __INSTALL_DIR__/;
include uwsgi_params;
# Needed for long running operations in admin interface
uwsgi_read_timeout 3600;