feat(death): I want to die...
This commit is contained in:
parent
33e893ec58
commit
a16852c1b9
34 changed files with 761 additions and 321 deletions
5
nginx/conf/locations/auth.conf
Normal file
5
nginx/conf/locations/auth.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#forward the post request to the microservice
|
||||
location /api/auth/ {
|
||||
rewrite ^/api/auth/(.*) $1 break;
|
||||
proxy_pass http://auth/$uri;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue