4fe94b8f by Gustavo Calcaterra Committed by DevOps

Add return to https in server for port 80

1 parent 84fc53b6
......@@ -56,6 +56,12 @@
set_header:
field: Host
value: $host
rewrite:
return:
code: 301
url: https://$host$request_uri
custom_directives:
# - core:
# listen:
# - port: 8081
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!