first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2022-05-15 22:05:42 +02:00
parent 1e6cd0ce46
commit 64b5c04400

View File

@ -2,7 +2,7 @@
Inside `/config/nginx` folder create file named `theme-park.conf` with: Inside `/config/nginx` folder create file named `theme-park.conf` with:
```javascript ```
proxy_set_header Accept-Encoding ""; proxy_set_header Accept-Encoding "";
sub_filter sub_filter
'</head>' '</head>'
@ -14,7 +14,7 @@ Inside `/config/nginx` folder create file named `theme-park.conf` with:
Now on the subdomain or subfolder file inside location add: Now on the subdomain or subfolder file inside location add:
```yaml ```yml
# Theme-Park # Theme-Park
set $app guacamole; set $app guacamole;
set $theme organizr; set $theme organizr;