diff --git a/conf/nginx.conf b/conf/nginx.conf index 604b849..299a24a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -40,7 +40,7 @@ http { set $accept_language "zh"; } # Redirect "/" to Angular application in the preferred language of the browser - rewrite ^/$ https://reservation.weihanli.xyz/$accept_language permanent; + rewrite ^/$ https://reservation-client.weihanli.xyz/$accept_language permanent; # Everything under the Angular application is always redirected to Angular in the # correct language