Skip to content

Commit

Permalink
Fix nginx nolimit config.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed Jun 26, 2019
1 parent d21423f commit d54faa9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 195 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- ${PACKAGE_DOCKER_FOLDER}/scripts:/scripts
- ${PROJECT_DOCKER_FOLDER}/letsencrypt/${PROJECT_ENVIRONMENT}:/etc/letsencrypt
- ${PACKAGE_DOCKER_FOLDER}/nginx/php-fpm.conf:/etc/nginx/php-fpm.conf
- ${PACKAGE_DOCKER_FOLDER}/nginx/php-fpm-unprotected.conf:/etc/nginx/php-fpm-unprotected.conf
- ${PACKAGE_DOCKER_FOLDER}/nginx/php-fpm-nolimit.conf:/etc/nginx/php-fpm-nolimit.conf
- ${PACKAGE_DOCKER_FOLDER}/nginx/conf.d:/etc/nginx/conf.d
- ${PACKAGE_DOCKER_FOLDER}/nginx/lua:/etc/nginx/lua
- ${PACKAGE_DOCKER_FOLDER}/nginx/snippets:/etc/nginx/snippets
Expand Down
194 changes: 0 additions & 194 deletions docker/nginx/nginx-nolimit.conf

This file was deleted.

0 comments on commit d54faa9

Please sign in to comment.