mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-22 05:33:14 +08:00
11 lines
410 B
Text
Vendored
11 lines
410 B
Text
Vendored
# Example Apache configuration for running Weblate under /weblate path
|
|
|
|
# Path to Weblate code
|
|
WSGIPythonPath /usr/share/weblate
|
|
|
|
# Path to Weblate WSGI handler
|
|
WSGIScriptAlias /weblate "/usr/share/weblate/weblate/wsgi.py"
|
|
|
|
# Aliases to serve media and static files
|
|
Alias /weblate/media/ /usr/share/weblate/weblate/media/
|
|
Alias /static/admin /usr/lib/python2.7/site-packages/django/contrib/admin/static/admin/
|