Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Gustavo Calcaterra
/
vue_nginx
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a8b8cb0b
authored
2022-10-27 19:39:48 -0300
by
Gustavo Calcaterra
Committed by
DevOps
2022-10-27 19:39:48 -0300
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Put sub_filter inside 443 server context
1 parent
c9f2825f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
vue-deploy-nginx-proxy.yml
vue-deploy-nginx-proxy.yml
View file @
a8b8cb0
...
...
@@ -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:
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment