diff options
-rw-r--r-- | cyfraeviolae.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/cyfraeviolae.conf b/cyfraeviolae.conf index 972aec1..9e7a832 100644 --- a/cyfraeviolae.conf +++ b/cyfraeviolae.conf @@ -1,5 +1,22 @@ server { server_name cyfraeviolae.org; + + location /well-ordered { + root /srv/well-ordered; + } + + location /sumcheck { + proxy_pass http://127.0.0.1:9000; + } + + location /antiquitysort { + proxy_pass http://127.0.0.1:8090; + } + + location /spectral-renga { + proxy_pass http://127.0.0.1:8080; + } + location / { root /srv/cyfraeviolae; } |