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

Merge pull request #117 from YunoHost-Apps/testing

Dont letsencrypt bruh
This commit is contained in:
yalh76 2021-09-24 21:42:21 +02:00 committed by GitHub
commit e3c0b208c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,12 +30,6 @@ location / {
# include conf.d/yunohost_panel.conf.inc; # include conf.d/yunohost_panel.conf.inc;
} }
# Let's Encrypt keeps its files here
location ^~ '/.well-known/acme-challenge' {
root /var/www/certbot;
default_type "text/plain";
}
location ~ ^/(js|css) { location ~ ^/(js|css) {
root __FINALPATH__/live/priv/static; root __FINALPATH__/live/priv/static;
etag off; etag off;