ledstrip_sandbox/site.conf
2021-09-23 20:16:56 +02:00

11 lines
161 B
Text

server {
listen 80;
location /api {
proxy_pass http://localhost:8080;
}
location / {
root /var/www/html/frontend;
}
}