forked from infra/ansible
Remove static vhost from web.
This commit is contained in:
parent
131a99e96b
commit
f90df2aae9
@ -14,19 +14,6 @@ server {
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
|
||||
server_name static.binary-kitchen.de;
|
||||
|
||||
location / {
|
||||
return 301 https://www.binary-kitchen.de/static/$request_uri;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
|
Loading…
Reference in New Issue
Block a user