Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- configuración rtorrent(on premise)
- w-client --disable-wininet-client --disable-abyss-server --disable-cgi-server</del>'' * ''./configure --disable-cplusplus'' * ''sudo make'' * ... mporaray location for torrents while downloading (see "directory") # /Torrents/Complete - Torrents are moved here when complete (see "on_finished") # /Torrents/TorrentFiles/Auto - T
- configuración/uso screen
- -screen/]] == comando * ''screeen -ls'': lista sesiones * ''screen -r [<sesion>]'' : retornar a última sesión o a sesión específica * ''screen -S <nombre>'': añade <nombre> a la sesión (descriptivo) * ''
- rtorrent+rutorrent en contenedor
- cia): * <code properties rutorrent-tls.nginx> server { listen 443 ssl; listen [::]:443 default_server ipv6only=on; keepalive_timeout 60;... l_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m; add_header X-Frame-Options SAMEORIGIN;
- nginx+certbot en contenedor
- ode> - crear fichero configuración nginx:<code> server { listen 80; server_name <SERVER_NAME>; # location / { # return 301 https://$host$request_uri; # } r... llenge/ { root /var/www/certbot; } } #server { # listen 443 ssl; # server_name <SERV
- fichero apache conf1 @linux:debian:seedbox:metodo1
- irtualHost *:80> RewriteEngine on RewriteCond %{SERVER_PORT} =80 RewriteRule ^(.*) https://%{SERVER_NAME}%{REQUEST_URI} </VirtualHost> <VirtualHost *:443> ServerAdmin webmaster@localhost SSLEngine on SSL... pem SSLCertificateFile /etc/apache2/certificados/Servidor_certificado.crt SSLCertificateKeyFile /etc
- fichero apache conf3 @linux:debian:seedbox:metodo1
- apache conf3 === conf3 <code apache otro_ejemplo> ServerName localhost <VirtualHost *:80> ServerAdmin admin@rutorrent ServerName localhost DocumentRoot /var/rutorrent <D... ertificateFile /etc/apache2/rutorrent.pem ServerAdmin admin@rutorrent ServerName local
- fichero apache conf2 @linux:debian:seedbox:metodo1
- ero apache conf2 <code apache> <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/... UserFile /etc/apache2/htpasswd Require valid-user SetEnv R_ENV "/var/www/rutorrent" </Location> </VirtualHost> <VirtualHost *:443> ServerAdmin webmaster@localhost SSLEngine on SSLCe... UserFile /etc/apache2/htpasswd Require valid-user SetEnv R_ENV "/var/www/rutorrent" </Location> </Virt