nginx/sites-available/8007-href.conf

11 lines
142 B
Text

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