Diferencia entre revisiones de «Despliegue-de-Aplicaciones-Web/Servidores web/nginx»
De WikiEducator
(que es) |
(nginx) |
||
Línea 10: | Línea 10: | ||
== Instalación == | == Instalación == | ||
+ | https://www.nginx.com/resources/wiki/start/topics/tutorials/install/ | ||
+ | |||
+ | Nosotros vamos a usar '''vagrant''': https://github.com/lmorillas/maquinas-daw/tree/main/nginx | ||
+ | |||
+ | * Crea directorio | ||
+ | * Copia los archivos '''Vagrantfile''' y '''bootstrap.sh''' | ||
+ | * Ejecuta '''vagrant up''' | ||
+ | |||
+ | == Test == | ||
+ | * Crea un archivo '''.html''' dentro de la carpeta '''html''' lanza tu navegador '''localhost:8080''' (es el puerto configurado en https://github.com/lmorillas/maquinas-daw/blob/174b093c57a1651102a6ecb24dd4c25cafba1170/nginx/Vagrantfile#L67 ) | ||
== Configuración == | == Configuración == | ||
== Práctica == | == Práctica == |
Revisión de 23:38 9 dic 2021
Contenido
Qué es
- Software libre
- Servidor web
- Proxy inverso
- Cache
- Balanceo de carga
- Streaming
- ...
https://www.nginx.com/resources/glossary/nginx/
Instalación
https://www.nginx.com/resources/wiki/start/topics/tutorials/install/
Nosotros vamos a usar vagrant: https://github.com/lmorillas/maquinas-daw/tree/main/nginx
- Crea directorio
- Copia los archivos Vagrantfile y bootstrap.sh
- Ejecuta vagrant up
Test
- Crea un archivo .html dentro de la carpeta html lanza tu navegador localhost:8080 (es el puerto configurado en https://github.com/lmorillas/maquinas-daw/blob/174b093c57a1651102a6ecb24dd4c25cafba1170/nginx/Vagrantfile#L67 )