MT5747 redirect querys to the handbook to ngcp-panel (port 80)

mr3.2.1
Victor Seva 11 years ago
parent 25adf7379b
commit 1f1fd78241
Notes: Sipwise Jenkins Builder 11 years ago
jenkins_trigger: false

@ -4,7 +4,13 @@
server {
listen [::]:80;
return 301 https://$host:[% www_csc.apache.port %]$request_uri;
location /handbook {
return 301 http://$host:[% www_admin.apache.port %]$request_uri;
}
location / {
return 301 https://$host:[% www_csc.apache.port %]$request_uri;
}
}
[% END %]
@ -34,4 +40,9 @@ server {
# TODO: configs for fastcgi process
fastcgi_pass unix:/var/run/fastcgi/ngcp-www-csc.sock;
}
[% IF www_csc.apache.port == 80 %]
location /handbook {
return 301 http://$host:[% www_admin.apache.port %]$request_uri;
}
[% END %]
}

Loading…
Cancel
Save