ariang: rename nginx configuration file

This makes the ariang-nginx ready for Nginx using the conf.d directory.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
This commit is contained in:
Peter Stadler
2020-02-02 19:13:30 +01:00
parent 696f5565f8
commit 6dc2ca2219
3 changed files with 7 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
location /ariang {
index index.html;
alias /www/ariang/;
}