nginx/sites-available/8003
2024-10-25 15:05:17 +02:00

11 lines
143 B
Text

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