You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have server blocks configured on my nginx and I wanted to point on_publish to a url to my django app (that is exposed by using uwsgi through a unix socket). But this module seems to append the url to the "final publish location" instead of visiting the url (output: /var/www/.../https://example.com/on_publish (can be seen on one of the screenshot)).
I tried running django on port 8000 without uwsgi and used localhost:8000 as the url in on_publish, and it works, but can we have a way to use "external urls"? Thanks
error.log
config
on Ubuntu Server 20.04
The text was updated successfully, but these errors were encountered:
Hi, I have server blocks configured on my nginx and I wanted to point
on_publish
to a url to my django app (that is exposed by using uwsgi through a unix socket). But this module seems to append the url to the "final publish location" instead of visiting the url (output:/var/www/.../https://example.com/on_publish
(can be seen on one of the screenshot)).I tried running django on port 8000 without uwsgi and used
localhost:8000
as the url inon_publish
, and it works, but can we have a way to use "external urls"? Thankserror.log
config
on Ubuntu Server 20.04
The text was updated successfully, but these errors were encountered: