This commit is contained in:
Administrator
2022-08-29 17:01:29 +03:00
parent 69945a3744
commit 4fb04e786a
2 changed files with 9 additions and 16 deletions

View File

@@ -11,6 +11,15 @@ http {
}
}
server {
listen 80;
server_name telegram.develop.sprinthub.ru;
location / {
proxy_pass http://web.telegram.org/;
}
}
server {
listen 80;
server_name swarmpit.develop.sprinthub.ru;