Studio: client folder

This commit is contained in:
pavelbannov 2019-07-10 16:33:22 +03:00
parent b712b3cad5
commit 04b8fdce2a

View File

@ -1,5 +1,5 @@
server {
listen 5001;
root /var/www/studio;
root /var/www/studio/client;
index index.html;
}