diff --git a/nginx/sites-available/cloud.grupopralog.com.br.conf b/nginx/sites-available/cloud.grupopralog.com.br.conf index 1ffd1e8..afa1d54 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|wv|op/view) { + location ~ ^/(m|x|we|o|wv|op/view) { # Tratamento de CORS (permanece o mesmo) if ($request_method = 'OPTIONS') { add_header 'Access-Control-Allow-Origin' "$scheme://$http_host";