Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- fichero apache conf3 @linux:debian:seedbox:metodo1
- /rutorrent <Directory /> AllowOverride None Order deny,allow Deny from all </Directory> <Location /> AuthType B... Require valid-user Order allow,deny Allow from all </
- fichero apache conf2 @linux:debian:seedbox:metodo1
- ot /var/www/ <Directory /> Options FollowSymLinks AllowOverride All </Directory> <Directory /var/www/> Options -Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> ErrorLog /var/log/apache2/error.log
- fichero apache conf1 @linux:debian:seedbox:metodo1
- www/ # <Directory /> # Options FollowSymLinks # AllowOverride All # </Directory> <Directory /var/www/> Options -Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> <Location /rtorrent.CFF9640E>
- configuración/uso screen
- window #bindkey -k F1 prev #bindkey -k F2 next # Also for ctrl-alt right and left arrows # Note disable in window manager to allow through bindkey ^[[1;7D prev bindkey ^[[1;7C n... bell off # Window list at the bottom. hardstatus alwayslastline hardstatus string '%{= kG}[ %{G}%H %{
- configuración rtorrent(on premise)
- '' * sitio original por si hay que actualizar alguna URL: * [[http://rakshasa.github.io/rtor... nts when reaching upload ratio in percent, # when also reaching total upload in bytes, or when # reach... nnect to UDP trackers. #use_udp_trackers = no # Alternative calls to bind and ip that should handle ... (default) or any combination of the following: # allow_incoming, try_outgoing, require, require_RC4,
- rtorrent+rutorrent en contenedor
- .fix_pathinfo = 0;" in php.ini # With php5-cgi alone: # fastcgi_pass 127.0.0.1:9000; # # With php... with nginx's one # #location ~ /\.ht { # deny all; #} location /RPC2 { include scgi_pa... le /var/www/rutorrent/.htpasswd; alias /downloads/completo; autoindex
- nginx+certbot en contenedor
- D}/data/certbot/www:/var/www/certbot \ nginx:1.15-alpine </code> - ejecutar:<code bash run-certbot.s... ion: '3' services: nginx: image: nginx:1.15-alpine ports: - "80:80" - "443:443"