diff --git a/plugins/nginx.json b/plugins/nginx.json index 37dcd875757..3f627fb30ea 100644 --- a/plugins/nginx.json +++ b/plugins/nginx.json @@ -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": { @@ -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",