diff --git a/files/nextcloud.vhost.conf b/files/nextcloud.vhost.conf deleted file mode 100644 index 7e3906e..0000000 --- a/files/nextcloud.vhost.conf +++ /dev/null @@ -1,2 +0,0 @@ -client_max_body_size 10G; -proxy_request_buffering off; diff --git a/files/nextcloud.vhost.conf_location b/files/nextcloud.vhost.conf_location deleted file mode 100644 index 13c0e05..0000000 --- a/files/nextcloud.vhost.conf_location +++ /dev/null @@ -1 +0,0 @@ -fcgi_index index.php; diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index 700b4e6..5702e6d 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -22,8 +22,8 @@ services: aliases: - "nextcloud.local" - nginx-proxy: - image: nginxproxy/nginx-proxy:latest + nginx: + image: nginx:latest ports: - 8080:80 # change to 80:80 when the shop is ready to go live - 4443:443 # change to 80:80 when the shop is ready to go live @@ -32,7 +32,6 @@ services: volumes: - ~/nginx/certs:/etc/nginx/certs - ~/nginx/html:/usr/share/nginx/html - - /home/{{ user.name }}/nginx/vhost.d:/etc/nginx/vhost.d - /run/user/{{ getent_passwd[user.name][2] }}/podman/podman.sock:/tmp/docker.sock:ro db: diff --git a/templates/nextcloud.vhost.conf.j2 b/templates/nextcloud.vhost.conf.j2 deleted file mode 100644 index 3271a3d..0000000 --- a/templates/nextcloud.vhost.conf.j2 +++ /dev/null @@ -1 +0,0 @@ -index index.php;