lot of stuff on this commit, no commited docker environement since a while

This commit is contained in:
2022-07-26 23:08:23 +02:00
parent b60aa7fae1
commit c610a39441
15 changed files with 193 additions and 55 deletions

View File

@@ -2,7 +2,7 @@ server {
listen 80 default_server;
root /var/www/html/d8.materio.com/public_html/web;
index index.html index.php;
server_name *.materio.com;
server_name *.materio.com materio.sish.me;
charset utf-8;
@@ -43,9 +43,9 @@ server {
gzip_static on;
## PWA serviceworker support.
location ~ ^/pwa/[0-9a-z]+/serviceworker.js {
try_files $uri /index.php?$query_string;
}
# location ~ ^/pwa/[0-9a-z]+/serviceworker.js {
# try_files $uri /index.php?$query_string;
# }
## PWA manifest support.
location ~ /manifest.json {