관리-도구
편집 파일: app.yaml
runtime: php72 service: projectcf handlers: # Serve images as static resources. - url: /(.+\.(gif|png|jpg|ico|css|js|eot|svg+xml|ttf|woff|woff2))$ static_files: \1 upload: .+\.(gif|png|jpg|ico|css|js|eot|svg+xml|ttf|woff|woff2)$ #application_readable: true #secure: always # Serve php scripts. - url: .* script: auto