DocSpace-client/config/nginx/onlyoffice-people.conf
2019-08-06 14:27:19 +03:00

9 lines
148 B
Plaintext

server {
listen 5002;
root /var/www/products/ASC.People/client;
index index.html;
location / {
try_files $uri /index.html =404;
}
}