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

9 lines
127 B
Plaintext
Raw Normal View History

2021-03-23 15:34:59 +00:00
server {
listen 5011;
root /var/www/login;
2021-03-23 15:34:59 +00:00
index index.html;
location / {
try_files $uri /index.html =404;
}
}