Init commit
This commit is contained in:
@@ -3,9 +3,17 @@ server {
|
||||
include ssl.conf;
|
||||
|
||||
server_name docker.fet.at;
|
||||
set $proxy_host triton20;
|
||||
set $proxy_host docker;
|
||||
set $proxy_port 5000;
|
||||
|
||||
include default_proxy.conf;
|
||||
location / {
|
||||
include proxy.conf;
|
||||
include secure.conf;
|
||||
proxy_set_header X-Forwarded-Proto https;
|
||||
client_max_body_size 0;
|
||||
proxy_pass http://$proxy_host:$proxy_port;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user