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

9 lines
126 B
Plaintext
Raw Normal View History

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