diff --git a/bigbluebutton-client/config/bigbluebutton.nginx b/bigbluebutton-client/config/bigbluebutton.nginx
index 27c6b6293ad61b43d011a09b66f224ed3aa04f1b..9dc7f792e8d931da33eb7c1f160497a6f7c11439 100644
--- a/bigbluebutton-client/config/bigbluebutton.nginx
+++ b/bigbluebutton-client/config/bigbluebutton.nginx
@@ -68,6 +68,14 @@ server {
           index  index.html index.htm;
         }
 
+	# BigBlueButton.html is here so we can expire it every 1 minute to
+        # prevent caching.
+        location /client/BigBlueButton.html {
+                root    /var/www/bigbluebutton;
+                index  index.html index.htm;
+                expires 1m;
+        }
+
 	# BigBlueButton Flash client.
         location /client {
                 root    /var/www/bigbluebutton;