Cerca

Heus ací els resultats de la cerca.

fichero apache conf3 @linux:debian:seedbox:metodo1
29 Resultats, Darrera modificació:
== conf3 <code apache otro_ejemplo> ServerName localhost <VirtualHost *:80> ServerAdmin admin@rutorrent ServerName localhost DocumentRoot /var/rutorrent <Directory /> AllowOverride None Order deny,allow
configuración/uso screen
25 Resultats, Darrera modificació:
= configuración/uso screen == install & help * <code bash>sudo apt install screen</code> * [[https://linuxize.com/post/how-to-use-linu... /]] * [[https://www.gnu.org/software/screen/manual/screen.html]] * versión moderna TMUX: [[https:/... , **<key>a</key>**: poner nombre a la consola actual (A mayúscula) * <key>C+a</key>, <key>x</key>: P
fichero apache conf2 @linux:debian:seedbox:metodo1
24 Resultats, Darrera modificació:
=== fichero apache conf2 <code apache> <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www/ <Directory /> Options FollowSymLinks AllowOverride All </Directory> <Directory /var/www/> Options -Indexes FollowSymLinks MultiViews AllowOve
configuración rtorrent(on premise)
23 Resultats, Darrera modificació:
= configuración rtorrent(on premise) * instalar subversion: ''apt-get install subversion'' * instalar compilador: ''apt-get instsall make'' * crear carpeta 'source' en 'user' * descargar: * ''<
fichero apache conf1 @linux:debian:seedbox:metodo1
21 Resultats, Darrera modificació:
= fichero apache conf1 <code apache> <VirtualHost *:80> RewriteEngine on RewriteCond %{SERVER_PORT} ... ^(.*) https://%{SERVER_NAME}%{REQUEST_URI} </VirtualHost> <VirtualHost *:443> ServerAdmin webmaster@localhost SSLEngine on SSLOptions +StdEnvVars +ExportCertData #
rtorrent+rutorrent en contenedor
10 Resultats, Darrera modificació:
= rtorrent+rutorrent en contenedor == instalacion rtorrent+rutorrent - crear estructura de directori... [::]:443 default_server ipv6only=on; keepalive_timeout 60; ssl_certificate /et... ndex.htm; # Make site accessible from http://localhost/ server_name localhost; location / { # First attempt to serve request as file, then # as d
nginx+certbot en contenedor
3 Resultats, Darrera modificació:
index.html; location /.well-known/acme-challenge/ { root /var/www/certbot; } } #s... 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"