11 lines
158 B
Text
11 lines
158 B
Text
server {
|
|
listen 443 ssl;
|
|
|
|
server_name social.suesity.online;
|
|
|
|
include snippets/suesity.online-ssl;
|
|
|
|
location / {
|
|
proxy_pass http://localhost:8007;
|
|
}
|
|
}
|