Update README.md
This commit is contained in:
parent
a9a33330da
commit
3c873b6831
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
[](https://github.com/nyurik/action-setup-nginx)
|
[](https://github.com/nyurik/action-setup-nginx)
|
||||||
[](https://github.com/nyurik/action-setup-nginx/actions)
|
[](https://github.com/nyurik/action-setup-nginx/actions)
|
||||||
|
[](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
|
||||||
|
|
Loading…
Reference in New Issue