-
Published Question
I have ghost running with nginx on my droplet. I would like to add Piwik for analytics. I believe I need to add another server block with the document root pointing towards the location of my Piwik directory. I've tri...
1
•
•
By
digitalocean739522
-
Published Answer
figured it out was missing from conf.d default.conf
uwsgi_param SCRIPT_NAME /wiki;
•
By
digitalocean739522
-
Published Answer
Started over. Followed the instructions verbatim. However the html and css are not loading correctly
http://107.170.231.56/mywi…
•
By
digitalocean739522
-
Published Answer
I’m pretty sure it might have to do with the section of wikiconfig.py
where in the instructions you have to uncomment and add
…
•
By
digitalocean739522
-
Published Answer
fixed it.. Now when accessing /mywiki I get:
uWSGI Error
Python application not found
•
By
digitalocean739522
-
Published Answer
I have the same exact config as about. I’m getting at
nginx: [emerg] “location” directive is not allowed here in /etc/nginx/con…
•
By
digitalocean739522
-
Published Question
I'm currently running a Ghost/Ubuntu 12.04 droplet and would very much like to add a separate server block running a moin moin wiki. I'm wondering if this is possible. I tried to install moin moin on a separate Ubunt...
6
•
•
By
digitalocean739522