Remove advlabdb.conf
This commit is contained in:
parent
89a6015b68
commit
72dc7c9cea
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name advlabdb.mo8it.xyz;
|
||||
|
||||
location / {
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_redirect off;
|
||||
proxy_pass http://advlabdb;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue