test
This commit is contained in:
parent
82389a9153
commit
2ae7d0415f
@ -97,25 +97,20 @@ server {
|
|||||||
#index maintenance.html;
|
#index maintenance.html;
|
||||||
}
|
}
|
||||||
|
|
||||||
location = /urc {
|
|
||||||
return 301 /urc/;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
location /urc/ {
|
location /urc/ {
|
||||||
|
rewrite ^/urc(/.*)$ $1 break;
|
||||||
|
rewrite ^/urc$ / break;
|
||||||
proxy_pass http://192.168.178.107:3000;
|
proxy_pass http://192.168.178.107:3000;
|
||||||
#rewrite ^/singleteam(.*)$ $1 break;
|
proxy_http_version 1.1;
|
||||||
# proxy_redirect / /urc/;
|
proxy_set_header Host $host;
|
||||||
proxy_intercept_errors on;
|
|
||||||
proxy_set_header Host team.ligalytics.com;
|
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_connect_timeout 5;
|
|
||||||
proxy_read_timeout 240;
|
|
||||||
#root /var/www/html;
|
|
||||||
#index maintenance.html;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location = /urc {
|
||||||
|
rewrite ^ /urc/ permanent;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ssl_certificate /etc/letsencrypt/live/team.ligalytics.com/fullchain.pem; # managed by Certbot
|
ssl_certificate /etc/letsencrypt/live/team.ligalytics.com/fullchain.pem; # managed by Certbot
|
||||||
ssl_certificate_key /etc/letsencrypt/live/team.ligalytics.com/privkey.pem; # managed by Certbot
|
ssl_certificate_key /etc/letsencrypt/live/team.ligalytics.com/privkey.pem; # managed by Certbot
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user