Skip to content

Commit

Permalink
Fix/59/nginx conf2 (#77)
Browse files Browse the repository at this point in the history
* #59 fix : add some buffer size to conf file

* #59 fix : modify settings module route from utils.py&services.py

* #59 fix : add ROOT_URLCONF in production.py
  • Loading branch information
0321minji authored Jul 17, 2024
1 parent cffd69e commit 8909c5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UpcyProject/settings/production.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from .settings import *

ALLOWED_HOSTS = ['.upcy.co.kr']
ROOT_URLCONF = 'UpcyProject.urls'
LOGGING = {
'version': 1,
'disable_existing_loggers': False,
Expand Down

0 comments on commit 8909c5f

Please sign in to comment.