Commit a7a98c97 authored by Gliders User's avatar Gliders User
Browse files

Merge branch 'master' of gitlab.noc.soton.ac.uk:owanes/gliders-webserver

parents ae8d8d9b 6e820b22
......@@ -45,6 +45,24 @@ server {
try_files $uri @rewriteapp;
}
location /mission.php {
return 301 /missions;
}
location /glider/mission.php {
return 301 /missions;
}
location /glider {
return 301 /;
}
location /favicon.ico {
return 404;
access_log off;
error_log off;
}
error_page 413 /413.html;
error_page 502 /502.html;
error_page 504 /504.html;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment