Remove static vhost from web.

This commit is contained in:
Markus 2016-04-12 09:36:12 +02:00
parent 131a99e96b
commit f90df2aae9

View File

@ -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;