nginx/sites-available/8009-vlw-srv.conf

14 lines
303 B
Text

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;
}
}