a8b8cb0b by Gustavo Calcaterra Committed by DevOps

Put sub_filter inside 443 server context

1 parent c9f2825f
......@@ -77,15 +77,15 @@
set_header:
field: Host
value: $host
sub_filter:
sub_filters:
#This is necessary for vue_firmador_api.war, to allow local connections to websocket in 127.0.0.1 with only http
- string: localhost
replacement: 127.0.0.1
once: false
types:
- text/css
- application/javascript
sub_filter:
sub_filters:
#This is necessary for vue_firmador_api.war, to allow local connections to websocket in 127.0.0.1 with only http
- string: localhost
replacement: 127.0.0.1
once: false
types:
- text/css
- application/javascript
# 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!