Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/nginx.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nginx",
"version": "0.0.5",
"version": "0.0.6",
"description": "nginx can be configured with env variables\n\nTo customize:\n* Use $NGINX_CONFDIR to change the configuration directory\n* Use $NGINX_TMPDIR to change the tmp directory. Use $NGINX_USER to change the user\n* Use $NGINX_WEB_PORT to change the port NGINX runs on. \n Note: This plugin uses envsubst when running `devbox services` to generate the nginx.conf file from the nginx.template file. To customize the nginx.conf file, edit the nginx.template file.\n",
"packages": ["gettext@latest", "gawk@latest"],
"env": {
Expand All @@ -14,7 +14,7 @@
},
"create_files": {
"{{ .Virtenv }}/temp": "",
"{{ .Virtenv }}/mime.types": "nginx/mime.types",
"{{ .DevboxDir }}/mime.types": "nginx/mime.types",
"{{ .Virtenv }}/process-compose.yaml": "nginx/process-compose.yaml",
"{{ .DevboxDir }}/nginx.template": "nginx/nginx.template",
"{{ .DevboxDir }}/nginx.conf": "nginx/nginx.conf",
Expand Down