This commit is contained in:
Administrator
2022-08-30 19:37:26 +03:00
parent 4fb04e786a
commit 6357739d27
2 changed files with 32 additions and 9 deletions

View File

@@ -2,6 +2,18 @@ events {}
http {
client_max_body_size 50m;
server {
listen 80;
listen [::]:80;
server_name *.develop.sprinthub.ru;
location ~ /.well-known/acme-challenge {
allow all;
root /var/www/html;
}
}
server {
listen 80;
server_name dev.develop.sprinthub.ru;
@@ -11,15 +23,6 @@ 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;