added support to not use a pki and monitoring
This commit is contained in:
parent
e8a8b46ca6
commit
24b0762203
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
listen unix:/var/run/nextcloud.sock;
|
||||
|
||||
root /var/www/nextcloud;
|
||||
client_max_body_size {{ nextcloud.upload_size_max }};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue