Compare commits
No commits in common. "2bb9ffebab4d9e885da4d64f31b74d79b1350678" and "a2d1c4f16c4e0b43053f364ca8b7672f9dbfc6fc" have entirely different histories.
2bb9ffebab
...
a2d1c4f16c
12 changed files with 26 additions and 11 deletions
13
sites-available/8007
Normal file
13
sites-available/8007
Normal file
|
@ -0,0 +1,13 @@
|
|||
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;
|
||||
}
|
||||
}
|
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;
|
||||
}
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
server {
|
||||
listen 8000;
|
||||
|
||||
server_name _;
|
||||
|
||||
root /var/www/maintenance;
|
||||
|
||||
location / {
|
||||
try_files /index.html =404;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue