feat: add virtual host for blob.vlw.se
This commit is contained in:
parent
423bed3490
commit
2af6728069
1 changed files with 13 additions and 0 deletions
13
sites-available/8008
Normal file
13
sites-available/8008
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
server {
|
||||||
|
listen 443 ssl;
|
||||||
|
|
||||||
|
server_name blob.vlw.se;
|
||||||
|
|
||||||
|
include snippets/vlw.se-ssl;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
client_max_body_size 16M;
|
||||||
|
|
||||||
|
proxy_pass http://localhost:8008;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue