Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
services:olivetin [2025/05/06 07:31] – willy | services:olivetin [2025/05/06 07:44] (current) – [OliveTin on subdomain] willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Olivetin ====== | ====== Olivetin ====== | ||
- | [[https:// | + | [[https:// |
Line 41: | Line 41: | ||
<file - olivetin.conf> | <file - olivetin.conf> | ||
server { | server { | ||
- | server_name olivetin.gardiol.org; | + | server_name olivetin.mydomain.com; |
listen 8443 ssl; | listen 8443 ssl; | ||
listen 443 ssl; | listen 443 ssl; | ||
- | access_log / | + | access_log / |
- | error_log / | + | error_log / |
| | ||
- | include "org.gardiol/ | + | include "com.mydomain/ |
location / { | location / { | ||
- | include "org.gardiol/ | + | include "com.mydomain/ |
- | include "org.gardiol/ | + | include "com.mydomain/ |
| | ||
proxy_pass http:// | proxy_pass http:// | ||
Line 59: | Line 59: | ||
| | ||
location /websocket { | location /websocket { | ||
- | include "org.gardiol/ | + | include "com.mydomain/ |
- | include "org.gardiol/ | + | include "com.mydomain/ |
proxy_set_header Upgrade " | proxy_set_header Upgrade " | ||
Line 67: | Line 67: | ||
} | } | ||
| | ||
- | include | + | include |
} | } | ||
- | + | </file> | |
- | </conf> | + | |
==== OliveTin on subpath ==== | ==== OliveTin on subpath ==== |