Unverified Commit caa7ead3 authored by Tobias Munk's avatar Tobias Munk Committed by GitHub

Merge pull request #35 from varp/release/4.x

fix: add index.html, index.htm to nginx default vhost config
parents 45294a7b 3d2f5ff4
Pipeline #40006 failed with stages
in 39 seconds
......@@ -10,7 +10,7 @@ server {
ssl_certificate_key /etc/nginx/ssl/nginx-selfsigned.key;
root /app/web;
index index.php;
index index.php index.html index.htm;
location / {
# Redirect everything that isn't a real file to index.php
......@@ -42,4 +42,4 @@ server {
location ~ /\.(ht|svn|git) {
deny all;
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment