Simplify proxy pass

This commit is contained in:
root
2018-03-29 16:23:48 +02:00
parent d592a40806
commit bf70c591b4
10 changed files with 15 additions and 34 deletions

View File

@@ -19,5 +19,6 @@ server {
location / {
proxy_pass http://zyklon:3000;
include snippets/proxy_header.conf;
}
}