Skip to content

Commit 8d4f4e3

Browse files
authoredAug 31, 2021
Wrong path for ngnix self cert conf
1 parent 035a6b1 commit 8d4f4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎deploy/ec2-docker/docker-compose-selfsigned.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- "80:80"
1515
- "443:443"
1616
volumes:
17-
- ${ARCHIPELAGO_ROOT}/config_storage/nginxconf_selfcert/conf.d:/etc/nginx/user.conf.d:ro
17+
- ${ARCHIPELAGO_ROOT}/config_storage/nginxconfig_selfcert/conf.d:/etc/nginx/user.conf.d:ro
1818
- ${ARCHIPELAGO_ROOT}/data_storage/selfcert:/etc/self_cert
1919
- ${ARCHIPELAGO_ROOT}/drupal:/var/www/html:cached
2020
- ${ARCHIPELAGO_ROOT}/data_storage/ngnixcache:/var/cache/nginx:cached

0 commit comments

Comments
 (0)