Without nginx-proxy
This commit is contained in:
parent
e7d852842e
commit
fee7347015
@ -1,2 +0,0 @@
|
||||
client_max_body_size 10G;
|
||||
proxy_request_buffering off;
|
||||
@ -1 +0,0 @@
|
||||
fcgi_index index.php;
|
||||
@ -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:
|
||||
|
||||
@ -1 +0,0 @@
|
||||
index index.php;
|
||||
Loading…
Reference in New Issue
Block a user