fixing some run issues and creating /rompr before volume
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;'
|
||||
|
||||
Reference in New Issue
Block a user