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

9 lines
123 B
Plaintext
Raw Normal View History

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