Skip to content
Snippets Groups Projects
  1. Mar 11, 2021
    • Ramón Souza's avatar
      Applies changes needed to serve locale files as static content (#11234) · 0105373c
      Ramón Souza authored
      * moving locales folder to /public and applying changes needed to serve locales as static files
      
      * better dev/prod check
      
      * transifex pull script changes to match new locales directory + ignore locales with less than 100 lines
      
      * fix local/prod locales path
      
      * merge fallback messages
      
      * applies new locale changes to legacy client
      
      `bbb-html5.nginx` file content should also be changed to the following:
      
      ```
      location /html5client/locales {
        alias /usr/share/meteor/bundle/programs/web.browser/app/locales;
      }
      
      location /html5client/compatibility {
        alias /usr/share/meteor/bundle/programs/web.browser/app/compatibility;
      }
      
      location /html5client/resources {
        alias /usr/share/meteor/bundle/programs/web.browser/app/resources;
      }
      
      location /html5client/svgs {
        alias /usr/share/meteor/bundle/programs/web.browser/app/svgs;
      }
      
      location /html5client/fonts {
        alias /usr/share/meteor/bundle/programs/web.browser/app/fonts;
      }
      
      location /html5client {
        # proxy_pass http://127.0.0.1:4100; # use for development
        proxy_pass http://poolhtml5servers; # use for production
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "Upgrade";
      }
      ```
      Unverified
      0105373c
  2. Apr 17, 2020
  3. Mar 27, 2020
  4. Aug 28, 2019
  5. Mar 18, 2019
  6. Mar 14, 2019
  7. Feb 06, 2017
  8. Aug 23, 2016
  9. Aug 19, 2016
  10. Jul 12, 2016
  11. Mar 05, 2015
  12. Oct 02, 2014
  13. Jul 18, 2014
  14. Jul 16, 2014
  15. Jun 12, 2014
Loading