diff --git a/nginx/conf.d/ref-test-app.conf b/nginx/conf.d/ref-test-app.conf index 73b9b85..d278a3b 100644 --- a/nginx/conf.d/ref-test-app.conf +++ b/nginx/conf.d/ref-test-app.conf @@ -20,6 +20,11 @@ server { include /etc/nginx/certbot-challenge.conf; # Define locations for static files to be served by Nginx + location ^~ /root/ { + include /etc/nginx/mime.types; + alias /usr/share/nginx/html/root/; + } + location ^~ /quiz/static/ { include /etc/nginx/mime.types; alias /usr/share/nginx/html/quiz/static/;