13 lines
187 B
Text
13 lines
187 B
Text
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;
|
|
}
|
|
}
|