Changed installation to Debian package
App store and web update are now disabled. Apps need to be installed with as Debian packages as well.
This commit is contained in:
parent
68e0865931
commit
650562a73d
7 changed files with 49 additions and 75 deletions
|
|
@ -3,7 +3,7 @@ server {
|
|||
listen {{ listen }};
|
||||
{% endfor %}
|
||||
|
||||
root /var/www/nextcloud;
|
||||
root /usr/share/nextcloud;
|
||||
client_max_body_size {{ nextcloud.upload_size_max }};
|
||||
client_body_buffer_size 128k;
|
||||
fastcgi_buffers 64 4K;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue