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
c9f2825f
authored
2022-10-27 19:32:09 -0300
by
Gustavo Calcaterra
Committed by
DevOps
2022-10-27 19:32:09 -0300
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add sub_filter for app firmador v2
1 parent
dfd2394c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
6 deletions
vue-deploy-nginx-proxy.yml
vue-deploy-nginx-proxy.yml
View file @
c9f2825
...
...
@@ -40,15 +40,14 @@
session_timeout
:
10m
ssl_ciphers
:
PROFILE=SYSTEM
servers
:
-
core
:
listen
:
-
port
:
80
http2
:
true
server_name
:
vueapp.test.vue.gov.py
log
:
-
log
:
access
:
-
path
:
/var/log/nginx/access.log
format
:
main
core
:
listen
:
-
port
:
80
server_name
:
vueapp.test.vue.gov.py
locations
:
-
location
:
/
proxy
:
...
...
@@ -64,6 +63,7 @@
-
core
:
listen
:
-
port
:
443
http2
:
true
ssl
:
true
server_name
:
vueapp.test.vue.gov.py
log
:
...
...
@@ -77,6 +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
# 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