a8b8cb0b by Gustavo Calcaterra Committed by DevOps

Put sub_filter inside 443 server context

1 parent c9f2825f
...@@ -77,15 +77,15 @@ ...@@ -77,15 +77,15 @@
77 set_header: 77 set_header:
78 field: Host 78 field: Host
79 value: $host 79 value: $host
80 sub_filter: 80 sub_filter:
81 sub_filters: 81 sub_filters:
82 #This is necessary for vue_firmador_api.war, to allow local connections to websocket in 127.0.0.1 with only http 82 #This is necessary for vue_firmador_api.war, to allow local connections to websocket in 127.0.0.1 with only http
83 - string: localhost 83 - string: localhost
84 replacement: 127.0.0.1 84 replacement: 127.0.0.1
85 once: false 85 once: false
86 types: 86 types:
87 - text/css 87 - text/css
88 - application/javascript 88 - application/javascript
89 # custom_directives: 89 # custom_directives:
90 90
91 # - core: 91 # - core:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!