Skip to content

Commit

Permalink
update nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
marten committed Nov 26, 2023
1 parent 6a1500a commit 1254c1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nginx/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Generate a cert:
# Generate a cert:

brew install mkcert nss
mkcert -install
mkcert roqua.eu \*.roqua.eu \*.rom.roqua.eu localhost 127.0.0.1 ::1

# Install nginx server config

echo "include /Users/marten/dotfiles/nginx/roqua.conf" > /opt/homebrew/etc/nginx/servers/roqua.conf

0 comments on commit 1254c1c

Please sign in to comment.