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;

View File

@@ -4,4 +4,4 @@ mkdir -p /var/log/nginx
set -e
/etc/init.d/php7.3-fpm restart
exec /usr/sbin/nginx -g 'daemon off; access_log off;'
exec /usr/sbin/nginx -g 'daemon off;'