DocSpace-client/config/nginx/sites-enabled/onlyoffice-files.conf

9 lines
131 B
Plaintext
Raw Normal View History

2021-08-16 12:18:45 +00:00
server {
listen 5008;
root "ROOTPATH";
index index.html;
location / {
try_files $uri /index.html =404;
}
}