This commit is contained in:
Allen
2023-09-23 19:48:58 -05:00
parent 07ece20adb
commit 2834da98c1
27 changed files with 8 additions and 1692 deletions

View File

@ -44,6 +44,10 @@ server {
proxy_set_header Host $host;
}
location /static {
alias /usr/share/nginx/html/static;
}
# location /index {
# proxy_pass http://docker-django:8000;
# proxy_set_header Host $host;