dockerify koodiklinikka.fi

This commit is contained in:
Niko Kurtti
2015-03-30 18:32:24 +03:00
parent c39e66b1b0
commit 7008d2157e
7 changed files with 80 additions and 27 deletions

View File

@@ -28,7 +28,7 @@ server {
root {{ koodiklinikka_app_path }}/public;
location / {
try_files $uri /index.html;
proxy_pass http://localhost:{{ koodiklinikka_port }};
}
location /api {