feat: add new service "srv.vlw.se"
This commit is contained in:
parent
8d534bcd93
commit
65c48d0743
1 changed files with 14 additions and 0 deletions
14
sites-available/8009-vlw-srv.conf
Normal file
14
sites-available/8009-vlw-srv.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
server {
|
||||
listen 443 ssl;
|
||||
|
||||
server_name srv.vlw.se *.srv.vlw.se;
|
||||
|
||||
include snippets/srv.vlw.se-ssl;
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:8009;
|
||||
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_pass_request_headers on;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue