andreapollastri / cipi

Install and manage your server like a pro! With Cipi you don’t need to be a Sys Admin to deploy and manage websites and PHP applications powered by cloud VPS.
https://cipi.andreapollastri.net
1.09k stars 225 forks source link

Installation success but gives home directory #432

Closed agil3st closed 2 years ago

agil3st commented 2 years ago

Accessing my IP give me cipi home directory. How to fix this?

image

agil3st commented 2 years ago

This is happen on my VPS with:

Alnaggar94 commented 2 years ago

What cloud provider are you using? Are you sure you run the installation command with root privilege?

I see the server is Apache?? Cipi comes with nginx only are you sure you installing it on clean OS?

agil3st commented 2 years ago

yes, i installed on clean OS with root privilege but my server using Apache. thanks for feedback, i'll try again and keep this issue up to date

Alnaggar94 commented 2 years ago

I think it's a conflict because you have Apache with nginx in the same time. Apache shouldn't be there if you installed it on clean OS.

agil3st commented 2 years ago

It solved simply by stopping apache2 service and start nginx service. In case anyone having issue unable to login is maybe blocked by your firewall/antivirus, and this is maybe happen only for http connection

image