From 08ce46c69e1b6399308168098df7836ac0ad77e1 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 26 Jun 2024 11:19:13 -0700 Subject: [PATCH] Fix package name Signed-off-by: Tommy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 983672f..d848d6b 100644 --- a/README.md +++ b/README.md @@ -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.