
thextremehd
Beta
Verificado por Whatsapp
¡Ha verificado su Paypal!
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
- Formas de pago
- Paypal
- Bitcoin
- Método de entrega
- Sin intermediario
- Plazo para pagar
- Máximo 1 día
- Plazo de entrega
- Máximo 1 día
- Comisiones
- No existen
necesito convertir unas reglas de nginx a apache
skype: gamerhdxd
location ~* ^/gdrive/(.*)/ {
try_files $uri $uri/ /gdrive/index.php?$args;
}
location ~* ^/player/video/(.*) {
try_files $uri $uri/ /player/player.php?data=$1;
}
location ~* \.(?:txt|m3u8)$ {
sendfile off;
add_header Last-Modified $date_gmt;
add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
if_modified_since off;
expires off;
etag off;
proxy_no_cache 1;
proxy_cache_bypass 1;
location ~* ^/(.*)/master.txt {
try_files $uri $uri/ /player/loadstream.php?path=$1&$args;
}
}
location ~* ^/redirect/(.*) {
try_files $uri $uri/ /player/loadm3u8.php?path=$1;
}
skype: gamerhdxd
location ~* ^/gdrive/(.*)/ {
try_files $uri $uri/ /gdrive/index.php?$args;
}
location ~* ^/player/video/(.*) {
try_files $uri $uri/ /player/player.php?data=$1;
}
location ~* \.(?:txt|m3u8)$ {
sendfile off;
add_header Last-Modified $date_gmt;
add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
if_modified_since off;
expires off;
etag off;
proxy_no_cache 1;
proxy_cache_bypass 1;
location ~* ^/(.*)/master.txt {
try_files $uri $uri/ /player/loadstream.php?path=$1&$args;
}
}
location ~* ^/redirect/(.*) {
try_files $uri $uri/ /player/loadm3u8.php?path=$1;
}