Fix package name

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-06-26 11:19:13 -07:00 committed by GitHub
parent 40089938a5
commit 08ce46c69e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ These are my NGINX configurations. They are written for Fedora CoreOS's `nginx-c
## Getting Started
1. Install `nginx`, `nginx-mod-stream`, and `policycoreutils-python-utils` on Fedora. Makesure `rsync` is available on the OS.
1. Install `nginx-core`, `nginx-mod-stream`, and `policycoreutils-python-utils` on Fedora. Makesure `rsync` is available on the OS.
2. Comment out the default server block in `/etc/nginx/nginx.conf`.
3. Run `setup.sh`
4. Make a dummy vhost listening on port `80` with the server_name you want.