fixing some run issues and creating /rompr before volume

This commit is contained in:
2021-03-19 14:23:48 +01:00
parent a625c7351e
commit bfc01803a2
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ server {
# This section can be copied into an existing default setup
location / {
allow all;
access_log off;
index index.php;
location ~ \.php {
try_files $uri index.php =404;