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
Some files, specifically /proc would fail. This should be fine in general.
Set the HOME env variable
The user configured for the Apache2 server www-data with home folder as /var/www. This is the default configuration. But it has no HOME env variable. Add this line of code to set the HOME env variable in wsgi file.
Set proxy
Add these lines of codes in the
wsgi
file.Give permissions
Give permissions for the root directory.
Some files, specifically
/proc
would fail. This should be fine in general.Set the
HOME
env variableThe user configured for the Apache2 server
www-data
with home folder as/var/www
. This is the default configuration. But it has noHOME
env variable. Add this line of code to set theHOME
env variable inwsgi
file.Changes in
literate-tools
Change these lines in
elisp/publish.el
to
Please make the changes in
literate-tools
@travulaThe text was updated successfully, but these errors were encountered: