Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- rtorrent+rutorrent en contenedor
- root /var/www/rutorrent; index index.php index.html index.htm; # Make site accessible from http://l... http://127.0.0.1:8080; #} #error_page 404 /404.html; # redirect server error pages to the static page /50x.html # #error_page 500 502 503 504 /50x.html; #location = /50x.html { # root /usr/share/nginx/html; #}
- nginx+certbot en contenedor
- tps://$host$request_uri; # } root /var/www/html; index index.html; location /.well-known/acme-challenge/ { root /var/www/certbot; ... dhparams.pem; # # location / { # root /var/www/html; # } } </code> - ejecutar:<code bash run-ngi... nginx/conf.d \ -v ${PWD}/data/nginx/www:/var/www/html \ -v ${PWD}/data/certbot/conf:/etc/letsencrypt \
- configuración/uso screen
- https://www.gnu.org/software/screen/manual/screen.html]] * versión moderna TMUX: [[https://www.howtoge... g }} /via: [[http://www.pixelbeat.org/lkdb/screen.html]] == .screenrc fichero de configuración en ''~/.