1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Update nginx.conf

keep config for nextcloud in a subdir of the nginx webroot
This commit is contained in:
Robles Rodolphe 2024-02-09 01:53:05 +01:00 committed by GitHub
parent 0fc36e40fa
commit 934d6babee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,10 +2,10 @@
# Either include it in the default mime.types list
# or include you can include that list explicitly and add the file extension
# only for Nextcloud like below:
#include mime.types;
#types {
# text/javascript js mjs;
#}
include mime.types;
types {
text/javascript js mjs;
}
location ^~ /.well-known {
# The following 6 rules are borrowed from `.htaccess`