DocSpace-client/config/nginx/onlyoffice-login.conf
2021-03-23 18:34:59 +03:00

9 lines
134 B
Plaintext

server {
listen 5011;
root /var/www/studio/login;
index index.html;
location / {
try_files $uri /index.html =404;
}
}