Skip to content

Instantly share code, notes, and snippets.

@andreysfc
andreysfc / nginx.conf
Created April 20, 2019 01:36
Konfigurasi nginx.conf untuk Nextcloud
server {
listen 80;
listen [::]:80;
server_name jaranclouds.id;
location /.well-known/acme-challenge/ {
root /var/www/letsencrypt;
}
@andreysfc
andreysfc / docker-compose.yml
Created April 18, 2019 01:58
Script docker-compose integrasi Nextcloud dengan docker
version: '2'
volumes:
nextcloud:
db:
services:
db:
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
image: mariadb