# Standards: 0.1 --- galaxy_info: # @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys) author: Robert Kaussow # @meta description: > # [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.nginx) # [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.nginx?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.nginx) # [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.nginx/src/branch/master/LICENSE) # # Setup [nginx](https://www.nginx.com/) webserver. Nginx is an open source reverse proxy server # for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer, HTTP cache, and a # web server. The nginx project started with a strong focus on high concurrency, high performance # and low memory usage. # @end description: Setup nginx webserver license: MIT min_ansible_version: 2.8 platforms: - name: EL versions: - 7 galaxy_tags: - nginx - webserver - proxy dependencies: [] collections: - community.general