fix typo in nginx template

pull/1/head
Nicolas Arenas 2023-09-15 01:43:35 +02:00
parent 692e94171f
commit fee080a9a6
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
location /##BRANCH##/ {
proxy_pass https://##IPADDRESS##;
proxy_pass https://##IPADDRESS##/opengnsys/;
}