这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use Mix.Config
# manifest is generated by the mix phoenix.digest task
# which you typically run after static files are built.
config :phoenix_base, PhoenixBase.Endpoint,
http: [port: {:system, "PORT"}],
http: [port: {:system, "PORT"}, protocol_options: [compress: true]],
url: [host: "example.com", port: 80],
cache_static_manifest: "priv/static/manifest.json"

Expand Down