summaryrefslogtreecommitdiffstats
path: root/etc/nginx/coolwsd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/nginx/coolwsd.conf')
-rw-r--r--etc/nginx/coolwsd.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/nginx/coolwsd.conf b/etc/nginx/coolwsd.conf
index b0fb7105bd..6d0814ea51 100644
--- a/etc/nginx/coolwsd.conf
+++ b/etc/nginx/coolwsd.conf
@@ -26,7 +26,8 @@
}
# download, presentation and image upload
- location ~ ^/cool {
+ # we accept 'lool' to be backward compatible
+ location ~ ^/(c|l)ool {
proxy_pass http://localhost:9980;
proxy_set_header Host $http_host;
}