See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs
See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs
| #nginx config file for Nextjs App | |
| #place in /etc/nginx/sites-available/name_of_config_file | |
| server { | |
| listen 80; | |
| server_name domainname.com; | |
| gzip on; | |
| gzip_proxied any; | |
| gzip_types application/javascript application/x-javascript text/css text/javascript; | |
| gzip_comp_level 5; |
| ssh-keygen -t rsa -b 4096 -m PEM -f fg-platform-auth.key | |
| # Don't add passphrase | |
| openssl rsa -in fg-platform-auth.key -pubout -outform PEM -out fg-platform-auth.key.pub | |
| cat fg-platform-auth.key | |
| cat fg-platform-auth.key.pub |