• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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