added support to not use a pki and monitoring

This commit is contained in:
nd 2019-04-13 23:28:47 +02:00
parent e8a8b46ca6
commit 24b0762203
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
server { server {
listen 443 ssl; listen 443 ssl;
listen [::]:443 ssl; listen [::]:443 ssl;
listen unix:/var/run/nextcloud.sock;
root /var/www/nextcloud; root /var/www/nextcloud;
client_max_body_size {{ nextcloud.upload_size_max }}; client_max_body_size {{ nextcloud.upload_size_max }};

View file

@ -1,2 +1,2 @@
nginx: nginx:
php: True php: true