• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Install Django

Hello i have a problem, i deploy django app over plesk server, but the server show the 504 gateway timeout nginx.
i hope help me
 
Could you provide a little bit more details. Which Plesk version do you use? Which OS?
Output of "plesk version" command will be helpful (do it via ssh under the root user).

It seems 504 (timeout) error should not have a direct the correlation with Python app deployment. Can you try to repeat the steps once again maybe on some other domain or server?
 
Hello, thanks for you reply, i try again with another domain but no works,
the information of vps is.
Product version: 12.0.18 Update #98
Update date: 2017/03/17 06:26
Build date: 2015/10/14 14:00
Build target: Ubuntu 14.04
Revision: 333119
Architecture: 64-bit
Wrapper version: 1.1

i hope you help me with this issue
in advance thanks
 

Attachments

  • errorPlesk.png
    errorPlesk.png
    9.1 KB · Views: 2
Try to disable nginx (Tools & Settings -> Services Management) or access the website via 7080 port (directly to Apache). What do you see in such case?
Another thing is to check /var/log/apache2/error.log file for errors.
 
Back
Top