DocSpace-client/config/nginx/onlyoffice-calendar.conf

9 lines
142 B
Plaintext

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