Skip to content

Commit

Permalink
Merge pull request #2 from YanlongMa/ibaotu
Browse files Browse the repository at this point in the history
nginx ssl
  • Loading branch information
yanlongma committed Jul 12, 2019
2 parents 748a128 + b35c638 commit 1b49351
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
- ./nginx/sites:/etc/nginx/conf.d
- ./nginx/ssl:/etc/nginx/ssl
- ${WEB_ROOT_PATH}:/var/www
depends_on:
- php-fpm
Expand Down
4 changes: 4 additions & 0 deletions nginx/ssl/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.crt
*.csr
*.key
*.pem

0 comments on commit 1b49351

Please sign in to comment.