Я бы хотел разместить PrivateBin из GCP App Engine, но я не знаю, как настроить файл app.yaml
.Если бы кто-то делал это раньше, я был бы признателен за помощь.:)
Я пробовал два варианта, но ни один из них не работал:
runtime: php55
api_version: 1
threadsafe: yes
handlers:
- url: /.*
script: index.php
&
runtime: php55
api_version: 1
handlers:
- url: /(.*.(ico$|jpg$|png$|gif$|htm$|html$|css$|js$|xml$))
static_files: \1
upload: (.*.(ico$|jpg$|png$|gif$|htm$|html$|css$|js$|xml$))
application_readable: true
- url: /(.+)
script: \1
- url: /
script: index.php