DocSpace-client/config/nginx/onlyoffice-studio.conf
2019-08-06 14:27:19 +03:00

9 lines
135 B
Plaintext

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