DocSpace-buildtools/config/nginx/sites-enabled/onlyoffice-management.conf
2023-07-28 16:00:57 +03:00

9 lines
115 B
Plaintext

server {
listen 5015;
root "ROOTPATH";
index index.html;
location / {
try_files $uri /index.html =404;
}
}