Compare commits
2 commits
a2d1c4f16c
...
2bb9ffebab
Author | SHA1 | Date | |
---|---|---|---|
2bb9ffebab | |||
f5da28fede |
12 changed files with 11 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
11
sites-available/maintenance
Normal file
11
sites-available/maintenance
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
server {
|
||||||
|
listen 8000;
|
||||||
|
|
||||||
|
server_name _;
|
||||||
|
|
||||||
|
root /var/www/maintenance;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
try_files /index.html =404;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue