Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
squi-ddy authored Aug 17, 2024
1 parent 8bb444e commit efad04b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
server {
listen 8000;
root /data/www;
port_in_redirect off;
location /dyslexicon/ {
try_files $uri /public/dyslexicon/index.html;
}
@@ -14,6 +15,7 @@ server {

server {
listen 8001;
port_in_redirect off;
location /peerly/ {
proxy_pass http://peerly-backend:3001/;
}

0 comments on commit efad04b

Please sign in to comment.