我正在开发AWS函数.I,通过上传用Java 8编写的压缩文件和源代码(项目)来部署它。
项目是使用gradle构建的。成功构建后,它将生成部署zip。
当我在Lambda函数中部署本地生成的zip时,这非常好。
工作场景:
Zip generated through gradle build locally in workspace -> copied to AWS S3
location -> specify the s3 zip path in Lambda upload/specify URL path field.
但是当我从jenkins生成gradle构建时,生成的
刚刚将一个站点从运行IIS的Windows服务器迁移到运行Apache的Linux服务器,其中有一些标题为image.php.jpg (它们是图像)的图像。
当访问它们时,我得到这个错误:
A file permissions error has occurred. Please check the permissions on the script and the directory it is in and try again.
稍微读一下,我需要在.htaccess文件中放一些东西,因为它是Windows服务器上的一个站点,所以没有一个。
请告诉我,为了避免服务器将文件名中包含.php的
在使用nodemon运行服务器文件时,我收到了一个错误。当我输入命令nodemon时,我得到以下输出。
[~/D/g/sendMail-lib|3.6.5]
‹master*› »»»» nodemon 0|15:35:32
[nodemon] 1.17.5
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `node server.js`
[nodemon] Internal