diff --git a/conf/nginx.conf b/conf/nginx.conf index 832cebcf..a5b97ceb 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -26,6 +26,15 @@ server { error_page 502 /502/picfit-placeholder.png; } + location /oops { + alias /lila/public/oops; + } + + # for http://localhost:8080/oops/font.html + location /font { + alias /lila/public/font; + } + location /websocket/ { internal;