Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Mar 19, 2018
1 parent 01224a9 commit e09cf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clam/clamservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -2878,7 +2878,7 @@ def run_wsgi(settings_module):
test_dirs()

if settings.URLPREFIX:
settings.STANDALONEURLPREFIX = settings.URLPREFIX
settings.STANDALONEURLPREFIX = '/' + settings.URLPREFIX

if DEBUG:
from werkzeug.debug import DebuggedApplication
Expand Down

0 comments on commit e09cf33

Please sign in to comment.