DocSpace-buildtools/config/nginx/onlyoffice-people.conf

5 lines
90 B
Plaintext
Raw Normal View History

2019-07-10 11:57:30 +00:00
server {
listen 5002;
2019-07-10 13:20:01 +00:00
root /var/www/products/ASC.People/client;
2019-07-10 11:57:30 +00:00
index index.html;
}