debug: with proxy-pass in nginx to uploader
All checks were successful
Deploy on push / deploy (push) Successful in 24s
All checks were successful
Deploy on push / deploy (push) Successful in 24s
This commit is contained in:
parent
2fb21847c3
commit
fc033734f5
|
@ -65,8 +65,8 @@ server {
|
|||
}
|
||||
|
||||
# Custom location block for /upload
|
||||
location /connect/ {
|
||||
http://uploader-8080/;
|
||||
location /upload/ {
|
||||
proxy_pass http://uploader-8080/;
|
||||
{{ $proxy_settings }}
|
||||
{{ $gzip_settings }}
|
||||
{{ $cors_headers_options }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user