Преглед изворни кода

Change healthcheck url to /wp-includes/version.php

Per @murgero's suggestion at https://forum.cloudron.io/topic/1733/hiding-wordpress-app-login-page-create-backup-problem/12
Girish Ramakrishnan пре 6 година
родитељ
комит
45dc91cd78
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      CloudronManifest.json

+ 1 - 1
CloudronManifest.json

@@ -5,7 +5,7 @@
   "description": "file://DESCRIPTION.md",
   "tagline": "Transform your site into almost anything",
   "version": "2.5.0-1",
-  "healthCheckPath": "/wp-login.php",
+  "healthCheckPath": "/wp-includes/version.php",
   "httpPort": 8000,
   "manifestVersion": 1,
   "website": "https://wordpress.org/",