This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user