removed server_

This commit is contained in:
2023-08-22 23:56:56 +02:00
parent 7830e1f38e
commit d0745f3439
82 changed files with 116 additions and 116 deletions

View File

@@ -26,7 +26,7 @@ docker exec -it -u root mastodon-web-1 chown -R 991:991 public
```
## further information
- https://goneuland.de/mastodon-mit-server_docker-und-traefik-installieren/
- https://goneuland.de/mastodon-mit-docker-und-traefik-installieren/
- https://gist.github.com/TrillCyborg/84939cd4013ace9960031b803a0590c4
- https://www.2daygeek.com/linux-command-check-website-is-up-down-alive/
- https://vitobotta.com/2022/11/07/setting-up-a-personal-mastodon-instance/

View File

@@ -1,2 +1,2 @@
dependencies:
- server_native-docker-reverse-proxy
- native-docker-reverse-proxy

View File

@@ -6,7 +6,7 @@ map $http_upgrade $connection_upgrade {
server {
server_name {{domain}};
{% include 'roles/server_native-letsencrypt/templates/ssl_header.j2' %}
{% include 'roles/native-letsencrypt/templates/ssl_header.j2' %}
keepalive_timeout 70;
sendfile on;
@@ -23,7 +23,7 @@ server {
add_header Strict-Transport-Security "max-age=31536000";
{% include 'roles/server_native-docker-reverse-proxy/templates/proxy_pass.conf.j2' %}
{% include 'roles/native-docker-reverse-proxy/templates/proxy_pass.conf.j2' %}
location /api/v1/streaming {
proxy_set_header Host $host;