diff --git a/environment/prod/app/nginx.conf b/environment/prod/app/nginx.conf index 46c52ae8..3ae0b523 100644 --- a/environment/prod/app/nginx.conf +++ b/environment/prod/app/nginx.conf @@ -32,6 +32,11 @@ http { root /application/public; index index.php; + rewrite ^/partnerships$ https://www.blumilk.pl/ permanent; + rewrite ^/services https://www.blumilk.pl/ permanent; + rewrite ^/privacy https://www.blumilk.pl/pl/polityka-prywatnosci permanent; + rewrite ^/company https://www.blumilk.pl/pl/dane-firmy permanent; + if (!-e $request_filename) { rewrite ^.*$ /index.php last; }