Skip to content

Commit

Permalink
Remove duplicate section.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 25, 2016
1 parent 49997d7 commit 916b6a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ server {
location @error_page {
root /var/www/html;
set $error404 /3.0/en/404.html;
if ($request_filename ~ "/3.0/fr") {
set $error404 /3.0/fr/404.html;
}
if ($request_filename ~ "/3.0/es") {
set $error404 /3.0/es/404.html;
}
Expand Down

0 comments on commit 916b6a9

Please sign in to comment.