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

9 lines
132 B
Plaintext
Raw Normal View History

2023-07-28 13:00:57 +00:00
server {
listen 5015;
root /var/www/management;
index index.html;
location / {
try_files $uri /index.html =404;
}
}