Ajenti 1
ES
English (EN)
Русский (RU)
Español (ES)
Français (FR)
Deutsch (DE)
Nederlands (NL)
Íslenska (IS)
Eesti (ET)
Қазақша (KK)
Українська (UK)
Dansk (DA)
Català (CA)
Polski (PL)
Iniciar sesión / Darse de alta
ES
English (EN)
Русский (RU)
Español (ES)
Français (FR)
Deutsch (DE)
Nederlands (NL)
Íslenska (IS)
Eesti (ET)
Қазақша (KK)
Українська (UK)
Dansk (DA)
Català (CA)
Polski (PL)
Iniciar sesión / Darse de alta
Perfil de usuario
Patrick Timmins
Tus comentarios
Ajenti-V http to https redirection
I would like to know if this is possible as well.
Used the example above of (see below) for the time being but something in the UI would be nicer.
server {
listen 0.0.0.0:80;
server_name mywebsite.com;
return 301
https://$server_name$request_uri;
}
hace 10 años
Servicio de atención al cliente
por UserEcho
Patrick Timmins
0,1
Registrado:
hace 10 años
Última actividad:
hace 10 años
Menú de usuario
1
Comentarios
Used the example above of (see below) for the time being but something in the UI would be nicer.
server {
listen 0.0.0.0:80;
server_name mywebsite.com;
return 301 https://$server_name$request_uri;
}