small changes
This commit is contained in:
@@ -118,6 +118,7 @@ services:
|
||||
- VIRTUAL_PORT=9980
|
||||
- "DONT_GEN_SSL_CERT=True"
|
||||
- domain=tower.${DOMAIN}
|
||||
- "aliasgroup1=https://tower.${DOMAIN}"
|
||||
- cert_domain=office.${DOMAIN}
|
||||
- server_name=office.${DOMAIN}
|
||||
- username=${COLLABORA_USER}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM nextcloud:30-fpm-alpine
|
||||
FROM nextcloud:32-fpm-alpine
|
||||
|
||||
RUN set -ex; \
|
||||
\
|
||||
|
||||
@@ -131,6 +131,16 @@ http {
|
||||
# This module is currently not supported.
|
||||
#pagespeed off;
|
||||
|
||||
# Set .mjs and .wasm MIME types
|
||||
# Either include it in the default mime.types list
|
||||
# and include that list explicitly or add the file extension
|
||||
# only for Nextcloud like below:
|
||||
include mime.types;
|
||||
types {
|
||||
text/javascript mjs;
|
||||
application/wasm wasm;
|
||||
}
|
||||
|
||||
location / {
|
||||
rewrite ^ /index.php;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user