Skip to content

Commit

Permalink
Change static files folder so nginx can see it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato committed Dec 9, 2017
1 parent 35596be commit 2266146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notto/notto/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/2.0/howto/static-files/

STATIC_ROOT = 'notto_static'
STATIC_ROOT = '/var/www/notto_static'
STATIC_URL = '/static/'
ALLOWED_HOSTS = ['*']

0 comments on commit 2266146

Please sign in to comment.