diff --git a/nginx/sites-available/cloud.grupopralog.com.br.conf b/nginx/sites-available/cloud.grupopralog.com.br.conf index bfc797f..11cad12 100644 --- a/nginx/sites-available/cloud.grupopralog.com.br.conf +++ b/nginx/sites-available/cloud.grupopralog.com.br.conf @@ -101,7 +101,7 @@ server { # ========================================================================== # BLOCO DO OFFICE ONLINE CORRIGIDO - Bloco 4 # ========================================================================== - location ~ ^/(m|x|we|o|p|wv|op|wd|rtc)/ { + location ~ ^/(m|x|we|o|p|wv|op|wd|rtc|rtc2)/ { # Tratamento de CORS (permanece o mesmo) if ($request_method = 'OPTIONS') { add_header 'Access-Control-Allow-Origin' "$scheme://$http_host";