【发布时间】:2022-01-24 05:40:39
【问题描述】:
如何强制所有 domain.tld 和 www.domain.tld 为 https://domain.tld?我能够靠近。如果我通过注释行取消注释,它将强制执行所有操作,但我的静态文件夹中的所有内容都无法访问。
runtime: php74
env: standard
entrypoint: serve public/index.php
handlers:
#- url: /.*
# script: auto
# secure: always
# redirect_http_response_code: 301
- url: /static
static_dir: static
【问题讨论】: