1
0
Fork 0
forked from exozyme/nginx

Host drone on port 2080 instead of 22080

This commit is contained in:
Anthony Wang 2021-12-17 22:27:04 -06:00
parent 926478a379
commit 31ce445996
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -13,6 +13,6 @@ server {
ssl_stapling_verify on;
location / {
proxy_pass http://localhost:22080;
proxy_pass http://localhost:2080;
}
}