Add Nginx config file
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Victor LABORIE 2019-05-22 11:32:45 +02:00
parent 157e001277
commit d854f88cf3
1 changed files with 4 additions and 0 deletions

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;