Without nginx-proxy

This commit is contained in:
Mike Holloway 2025-12-07 12:48:37 -05:00
parent e7d852842e
commit fee7347015
4 changed files with 2 additions and 7 deletions

View File

@ -1,2 +0,0 @@
client_max_body_size 10G;
proxy_request_buffering off;

View File

@ -1 +0,0 @@
fcgi_index index.php;

View File

@ -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:

View File

@ -1 +0,0 @@
index index.php;