feat: add service href.vlw.se
This commit is contained in:
parent
8120697609
commit
08f4818511
4 changed files with 22 additions and 0 deletions
11
sites-available/8007-href.conf
Normal file
11
sites-available/8007-href.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
server {
|
||||
listen 44300 ssl;
|
||||
|
||||
server_name href.vlw.se;
|
||||
|
||||
include snippets/vlw.se-ssl;
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:8007;
|
||||
}
|
||||
}
|
11
sites-available/8008-href-api.conf
Normal file
11
sites-available/8008-href-api.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
server {
|
||||
listen 44300 ssl;
|
||||
|
||||
server_name api-href.vlw.se;
|
||||
|
||||
include snippets/vlw.se-ssl;
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:8008;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue