Add service names to sites-available #2
11 changed files with 0 additions and 26 deletions
|
@ -1,13 +0,0 @@
|
||||||
server {
|
|
||||||
listen 443 ssl;
|
|
||||||
|
|
||||||
server_name social.suesity.vlw.se;
|
|
||||||
|
|
||||||
include snippets/suesity.vlw.se-ssl;
|
|
||||||
|
|
||||||
location / {
|
|
||||||
client_max_body_size 16M;
|
|
||||||
|
|
||||||
proxy_pass http://localhost:8007;
|
|
||||||
}
|
|
||||||
}
|
|
0
sites-available/8007.conf
Normal file
0
sites-available/8007.conf
Normal file
|
@ -1,13 +0,0 @@
|
||||||
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;
|
|
||||||
}
|
|
||||||
}
|
|
0
sites-available/8008.conf
Normal file
0
sites-available/8008.conf
Normal file
Loading…
Add table
Reference in a new issue