mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
aad05bff5a
This adds nginx support for ariang webui and update it to latest commit. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
4 lines
60 B
Plaintext
4 lines
60 B
Plaintext
location /ariang {
|
|
index index.html;
|
|
alias /www/ariang/;
|
|
} |