Fix nginx configuration
This commit is contained in:
parent
d824ad4327
commit
7f808de766
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ server {
|
|||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name {{ item.name }};
|
||||
root {{ nextcloud_install_path }}
|
||||
root {{ nextcloud_install_path }};
|
||||
|
||||
client_max_body_size {{ nextcloud_php_upload_limit }};
|
||||
client_body_timeout 600s;
|
||||
|
|
Loading…
Reference in a new issue