nginx config update

This commit is contained in:
Ajay Ramachandran
2021-01-28 19:34:35 -05:00
parent 69f95e6398
commit 51a5e97e11

View File

@@ -31,6 +31,9 @@ http {
server {
server_name sponsor.ajay.app api.sponsor.ajay.app;
access_log off;
error_log /dev/null;
error_page 404 /404.html;
error_page 500 @myerrordirective_500;
error_page 502 @myerrordirective_502;