Add Nginx config file
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Victor LABORIE 2019-05-22 11:32:45 +02:00
parent 157e001277
commit d854f88cf3

4
config/nginx.conf Normal file
View file

@ -0,0 +1,4 @@
location ~ ^/error-pages/([0-9]*\.html)$ {
alias /usr/share/errors-pages/$1;
}
error_page 503 /error-pages/503.html;