freechat/nginx-conf/self-signed.conf
shockrah b5609febf6 Adding some basic configuration for Nginx as a reverse proxy
For now the readme walks the user through how to generate any keys that may be required for self signing, more documentation to come in following patches on origin/nginx
2021-02-11 20:22:53 -08:00

5 lines
160 B
Plaintext

# This should only be used if you are planning on self signing
ssl_certificate /etc/ssl/certs/freechat.crt;
ssl_certificate_key /etc/ssl/private/freechat.key;