location /angular{
This commit is contained in:
parent
1188a5a6af
commit
50e8cbb242
|
|
@ -11,8 +11,8 @@ server {
|
|||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
||||
ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
|
||||
location /cv-angular{
|
||||
rewrite ^/cv-angular(.*)$ https://angular.arti24.eu/$1 redirect;
|
||||
location /angular{
|
||||
rewrite ^/angular(.*)$ https://angular.arti24.eu/$1 redirect;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue