Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Owain Jones
gliders-webserver
Commits
a7a98c97
Commit
a7a98c97
authored
8 years ago
by
Gliders User
Browse files
Options
Download
Plain Diff
Merge branch 'master' of gitlab.noc.soton.ac.uk:owanes/gliders-webserver
parents
ae8d8d9b
6e820b22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
gliders.nginx.conf
gliders.nginx.conf
+18
-0
No files found.
gliders.nginx.conf
View file @
a7a98c97
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment