Ir para conteúdo
View in the app

A better way to browse. Learn more.

Portal do Host

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Laelson Coutinho

Membro
  • Registro em

  • Última visita

Tudo que Laelson Coutinho postou

  1. O amigo do ultimo comentário postou a solução, vou tentar explicar melhor: Acesse seu servidor Brasileiro. Primeiro instale o Apache2: (Acesse como root diretamente ou com sudo no início de cada comando.) root# apt-get install apache2 Habilite os módulos necessários: root# a2enmod proxy proxy_balancer proxy_connect proxy_html proxy_http Crie o arquivo que fará o redirecionamento dos domínios: root# vi /etc/apache2/nome_da_sua_empresa adicione o texto abaixo: ProxyVia On <VirtualHost *:80> ServerName Nome_da_sua_empresa (Eu uso o nome do meu canal do Telegram) ProxyPreserveHost On ProxyRequests Off ProxyPass / http://seu_ip_canadá ProxyPassReverse / http://seu_ip_canadá ProxyPass /includes http://seu_ip_canadá ProxyPassReverse /includes http://seu_ip_canadá Redirect Permanent / http://seu_ip_canadá <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/x-javascript application/xml application/xhtml+xml "application/x-javascript \n\n" "text/html \n\n" DeflateCompressionLevel 9 </IfModule> </VirtualHost> Agora para habilitar, basta seguir o passo seguinte: root# a2ensite nome_do_arquivo_criado_no_passo_anterior root# service apache2 restart

Informação Importante

Concorda com os nossos termos?

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.