I have migrate all my sites from the vspsim panel. So far I'm very excited about Wordops, thanks for your hard work. But I am confused by the config and template files. And I just can't find where to register the path to custom shalons for pages with statuses 403, 444
How to add html template for 403, 444 status pages
By default all sites have a wildcard include in their config, i.e.
include /var/www/yoursite.com/conf/nginx/*.conf;
So ideally add your changes in that folder (e.g. create a errorpages.conf
).
Fanis You may simply follow this guide from @VirtuBox to set up the Custom Error Pages: https://kb.virtubox.net/knowledgebase/how-to-setup-custom-error-pages-with-nginx/