Despliegue-de-Aplicaciones-Web/Servidores web/nginx
De WikiEducator
< Despliegue-de-Aplicaciones-Web | Servidores web
Revisión a fecha de 00:02 10 dic 2021; Lmorillas (Discusión | contribuciones)
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 Estudia el archivo Vagrantfile
- 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 )