nginx/sites-available/8005

11 lines
141 B
Text

server {
listen 44300 ssl;
server_name rss.vlw.se;
include snippets/vlw.se-ssl;
location / {
proxy_pass http://localhost:8005;
}
}