标签: php python amazon-ec2 elastic-beanstalk
我正在运行Python Elastic Beanstalk环境,并且需要提供一些PHP文件。我怎么能这样做?
我正在尝试像
@application.route("/") def test(): return flask.redirect(flask.url_for('static', filename='redirect/index.php'))
但是将PHP文件作为文本。
这里answer to the related question不是我需要的。