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

9 lines
139 B
Plaintext
Raw Normal View History

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