Skip to content

Commit

Permalink
rename nginx.conf to nginx.example.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbarrow committed Feb 25, 2024
1 parent 731d863 commit 736ed58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,5 @@ dist
# custom
dist
docker/*.pem
docker/*.key
docker/*.key
docker/nginx.conf
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The provided `Dockerfile` creates an image which runs both the DNS server and a
1. Use [SSSL](https://github.com/PretendoNetwork/SSSL) to create your patched SSL certficiates.
2. Copy the `ssl-cert-private-key.pem` from SSSL file to `docker/private.key` (or modify the private key name in step 4) in SSSL-DNS.
3. Copy the `cert-chain.pem` from SSSL file to `docker/ca.pem` (or modify the certificate chain name in step 4) in SSSL-DNS.
4. Modify `docker/nginx.conf` to your liking. This will be used as the nginx default configuration, *not* a separate site config. Add any additional hostnames you may need.
4. Create `docker/nginx.conf` from `docker/nginx.example.conf` and modify it to your liking. This will be used as the nginx default configuration, *not* a separate site config. Add any additional hostnames you may need.
5. Create a `.env` file in the same directory as the `Dockerfile` following the above guide.
6. `docker build -t IMAGE_NAME .`
7. Create a container with the image, exposing ports 80, 443 and the DNS server port (by default the Wii U only supports the default port 53)
File renamed without changes.

0 comments on commit 736ed58

Please sign in to comment.