fix act_runner build job
Some checks failed
Build docker image and push to registry.bitdeals.org / main-build-job (push) Failing after 27s
Some checks failed
Build docker image and push to registry.bitdeals.org / main-build-job (push) Failing after 27s
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
- master
|
- master
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '40 10 * * 1'
|
- cron: '40 10 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main-build-job:
|
main-build-job:
|
||||||
|
|||||||
14
etc/nginx/http.d/trac.conf
Normal file
14
etc/nginx/http.d/trac.conf
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
server {
|
||||||
|
server_name _;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
proxy_pass http://localhost:8055;
|
||||||
|
proxy_set_header Host $host;
|
||||||
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
|
}
|
||||||
|
|
||||||
|
listen 80;
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user