mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-06 04:24:59 +08:00
14 lines
413 B
Text
14 lines
413 B
Text
|
|
|
|
|
|
# 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/
|