Update README.md

This commit is contained in:
Yuri Astrakhan 2024-05-22 23:53:09 -04:00 committed by GitHub
parent a9a33330da
commit 3c873b6831
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
[![GitHub](https://img.shields.io/badge/github-nyurik/action--setup--nginx-8da0cb?logo=github)](https://github.com/nyurik/action-setup-nginx) [![GitHub](https://img.shields.io/badge/github-nyurik/action--setup--nginx-8da0cb?logo=github)](https://github.com/nyurik/action-setup-nginx)
[![CI build](https://github.com/nyurik/action-setup-nginx/actions/workflows/ci.yml/badge.svg)](https://github.com/nyurik/action-setup-nginx/actions) [![CI build](https://github.com/nyurik/action-setup-nginx/actions/workflows/ci.yml/badge.svg)](https://github.com/nyurik/action-setup-nginx/actions)
[![Marketplace](https://img.shields.io/badge/market-action--setup--nginx-6F42C1?logo=github)](https://github.com/marketplace/actions/setup-nginx-service-for-linux-macos-windows)
This action sets up a NGINX web server. This action sets up a NGINX web server.
@ -13,6 +14,8 @@ This action sets up a NGINX web server.
* As output, provides the location of the root html dir, process ID, and access and error log files. * As output, provides the location of the root html dir, process ID, and access and error log files.
* [Easy to check](action.yml) that IT DOES NOT contain malicious code. * [Easy to check](action.yml) that IT DOES NOT contain malicious code.
See also [action-setup-postgis](https://github.com/nyurik/action-setup-postgis) to configure PostGIS service.
## Usage ## Usage
```yaml ```yaml