c3cat fix
This commit is contained in:
parent
e61fbec5ef
commit
aee3f4b385
3 changed files with 12 additions and 4 deletions
|
@ -40,6 +40,10 @@ in {
|
|||
return = "302 https://c3cat.de$request_uri";
|
||||
};
|
||||
|
||||
locations."/manuals/eh22-rgb-ears" = {
|
||||
return = "307 https://www.c3cat.de/rgb-ears.html";
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
# Make use of the ngx_http_realip_module to set the $remote_addr and
|
||||
# $remote_port to the client address and client port, when using proxy
|
||||
|
@ -67,6 +71,10 @@ in {
|
|||
|
||||
root = "${dataDir}";
|
||||
|
||||
locations."/manuals/eh22-rgb-ears" = {
|
||||
return = "307 https://c3cat.de/rgb-ears.html";
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
# Make use of the ngx_http_realip_module to set the $remote_addr and
|
||||
# $remote_port to the client address and client port, when using proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue