Skip to content

Commit

Permalink
Add nginx paths for oops static html files
Browse files Browse the repository at this point in the history
closes #110
  • Loading branch information
fitztrev committed Aug 12, 2024
1 parent 9cb2eda commit 7e9dbd1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7e9dbd1

Please sign in to comment.