diff --git a/sites-available/8009-vlw-srv.conf b/sites-available/8009-vlw-srv.conf new file mode 100644 index 0000000..69a36cc --- /dev/null +++ b/sites-available/8009-vlw-srv.conf @@ -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; + } +}