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

9 lines
120 B
Plaintext

server {
listen 5001;
root /var/www/client;
index index.html;
location / {
try_files $uri /index.html =404;
}
}