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

9 lines
138 B
Plaintext
Raw Normal View History

2021-04-21 16:00:38 +00:00
server {
listen 5016;
root /var/www/products/ASC.Mail/client;
index index.html;
location / {
try_files $uri /index.html =404;
}
}