Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 3 additions & 4 deletions apps/app/conf/app_entry.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,15 @@
# }
# }

location ~ ^/(infra|node|app|gateway|test) {
location ~ ^/(infra|node|app|gateway|test|ldtd|realfun) {

access_log _SITE_ROOT_/logs/app_v1-access.log;
error_log _SITE_ROOT_/logs/app_v1-error.log;

index index.html;
root _APP_ROOT_/public;
}

location ~ ^/_(?<svr_type>(infra|app|node|gateway))/config.json {
location ~ ^/_(?<svr_type>(infra|app|node|gateway|ldtd|realfun))/config.json {
access_log _SITE_ROOT_/logs/app_v1-access.log;
error_log _SITE_ROOT_/logs/app_v1-error.log;

Expand All @@ -40,7 +39,7 @@ location ~ ^/_(?<svr_type>(infra|app|node|gateway))/config.json {
# location /api/app/v2 {
# content_by_lua_file '_APP_ROOT_/src/v2.lua';
# }
location ~ ^/api/(infra|app|node|gateway)/v1 {
location ~ ^/api/(infra|app|node|gateway|ldtd|realfun)/v1 {
access_log _SITE_ROOT_/logs/app_v1-access.log;
error_log _SITE_ROOT_/logs/app_v1-error.log;
# allow 127.0.0.1;
Expand Down
905 changes: 905 additions & 0 deletions apps/app/public/ldtd/air-conditioner/about-2.html

Large diffs are not rendered by default.

838 changes: 838 additions & 0 deletions apps/app/public/ldtd/air-conditioner/about-3.html

Large diffs are not rendered by default.

818 changes: 818 additions & 0 deletions apps/app/public/ldtd/air-conditioner/about.html

Large diffs are not rendered by default.

491 changes: 491 additions & 0 deletions apps/app/public/ldtd/air-conditioner/air-filter-service.html

Large diffs are not rendered by default.

567 changes: 567 additions & 0 deletions apps/app/public/ldtd/air-conditioner/air-quality-testing.html

Large diffs are not rendered by default.

526 changes: 526 additions & 0 deletions apps/app/public/ldtd/air-conditioner/blog-grid.html

Large diffs are not rendered by default.

611 changes: 611 additions & 0 deletions apps/app/public/ldtd/air-conditioner/blog-single.html

Large diffs are not rendered by default.

657 changes: 657 additions & 0 deletions apps/app/public/ldtd/air-conditioner/blog.html

Large diffs are not rendered by default.

568 changes: 568 additions & 0 deletions apps/app/public/ldtd/air-conditioner/coil-cleaning.html

Large diffs are not rendered by default.

540 changes: 540 additions & 0 deletions apps/app/public/ldtd/air-conditioner/contact-us-2.html

Large diffs are not rendered by default.

716 changes: 716 additions & 0 deletions apps/app/public/ldtd/air-conditioner/contact-us-3.html

Large diffs are not rendered by default.

618 changes: 618 additions & 0 deletions apps/app/public/ldtd/air-conditioner/contact-us.html

Large diffs are not rendered by default.

487 changes: 487 additions & 0 deletions apps/app/public/ldtd/air-conditioner/cooling-services.html

Large diffs are not rendered by default.

Loading