mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-02-12 16:52:18 +00:00
dockerify koodiklinikka.fi
This commit is contained in:
@@ -28,7 +28,7 @@ server {
|
||||
root {{ koodiklinikka_app_path }}/public;
|
||||
|
||||
location / {
|
||||
try_files $uri /index.html;
|
||||
proxy_pass http://localhost:{{ koodiklinikka_port }};
|
||||
}
|
||||
|
||||
location /api {
|
||||
|
||||
Reference in New Issue
Block a user