This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For anyone that is hosting Sendy in Azure App Service for Linux which uses nginx, | |
What I would advise is to first copy the original nginx file and then edit it based on the config above. | |
First: | |
`cp /etc/nginx/sites-available/default /home/site/default` | |
The above will copy the default file from the `etc/nginx/sites-available` to your deployment folder. | |
For example, this is what I got: | |
``` | |
server { |