nginx/sites-available/8002-vegvisir.conf

11 lines
144 B
Text

server {
listen 443 ssl;
server_name vegvisir.vlw.se;
include snippets/vlw.se-ssl;
location / {
proxy_pass http://localhost:8002;
}
}