name

Cerca

Heus ací els resultats de la cerca.

nginx+certbot en contenedor
6 Resultats, Darrera modificació:
n nginx:<code> server { listen 80; server_name <SERVER_NAME>; # location / { # return 301 https://$host$request_uri; # } root /var/ww... } } #server { # listen 443 ssl; # server_name <SERVER_NAME>; # ssl_certificate /etc/letsencrypt/live/k0.vividumcodex.com/fullchain.pem; # ssl_c
rtorrent+rutorrent en contenedor
3 Resultats, Darrera modificació:
ke site accessible from http://localhost/ server_name localhost; location / { # First attempt to se... 127.0.0.1:5000; scgi_param SCRIPT_NAME /RPC2; } location /completo { try_fi... * - ejecutar:<code bash> docker run \ -dt \ --name rtorrent-rutorrent \ -p 443:443 \ -p 49160:4916
fichero apache conf1 @linux:debian:seedbox:metodo1
1 Resultats, Darrera modificació:
VER_PORT} =80 RewriteRule ^(.*) https://%{SERVER_NAME}%{REQUEST_URI} </VirtualHost> <VirtualHost *:443