|
@@ -4,9 +4,12 @@ server {
|
|
|
|
|
|
location / {
|
|
|
index index.html index.htm;
|
|
|
- try_files $uri $uri/ router;
|
|
|
+ try_files $uri $uri/ router;
|
|
|
}
|
|
|
|
|
|
+ location router {
|
|
|
+ rewrite ^.*$ /index.html last;
|
|
|
+ }
|
|
|
|
|
|
location /MP_verify_ZlDO9qUqFIe2bqrN.txt {
|
|
|
default_type text/html;
|
|
@@ -23,11 +26,6 @@ server {
|
|
|
return 200 'rmja2iMHaYCiylSG';
|
|
|
}
|
|
|
|
|
|
-
|
|
|
- location router {
|
|
|
- rewrite ^.*$ /index.html last;
|
|
|
- }
|
|
|
-
|
|
|
# location /qaPayment {
|
|
|
# proxy_pass https://qa-apim.kerryplus.com/c/api/payment/v1;
|
|
|
# }
|