mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-15 14:17:43 +03:00
8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
server {
|
|
listen 80;
|
|
server_name localhost;
|
|
location /media/ {
|
|
alias /usr/share/nginx/media/;
|
|
}
|
|
}
|