f38f78d3 by Gustavo Calcaterra Committed by DevOps

Change position of return variables

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