Skip to content

Commit 6f03339

Browse files
committed
accidentally commented out server proxy
1 parent 7413ca6 commit 6f03339

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

proxy/nginx.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ http {
2121
server_name _;
2222

2323
# Reverse proxies for the backend
24-
# location /galahad/api/ {
25-
# proxy_pass http://server:8010/;
26-
# }
24+
location /galahad/api/ {
25+
proxy_pass http://server:8010/;
26+
}
2727

2828
# Reverse proxy for the frontend
2929
location / {

0 commit comments

Comments
 (0)