what runs cloudrun wp and what does it manage?
-
I want to ask Does ManagedWordPress uses Nginx + Apache or simply Nginx? if's it's only Nginx. Then how can we use Nginx + Apache? I am currently using Nginx + Apache. does cloudron fully manage the server or what it does. and do i need to do somethings.
PS: I am new here.
-
@DevKarthik Welcome aboard!
Managed WP uses apache. The "managed" in app means that the WordPress code is read-only and updates to WordPress are managed by Cloudron. You can still install plugins and themes but the WP core code is not editable.
We also have another app "Unmanaged WP". This is for the case where you want to edit WP core files. In such a case, Cloudron cannot do automatic updates since the user edit files and it's not possible to know what the update has to do. This one also uses apache.
Does this answer your questions?
-
@girish said in what runs cloudrun wp and what does it manage?:
want to edit WP core files. In such a case, Cloudron cannot do automatic updates since the user edit files and it's not possible to know what the update has to do. This one also uses apache.
Thanks for the reply.