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
|
# This section can be copied into an existing default setup
|
||||||
location / {
|
location / {
|
||||||
allow all;
|
allow all;
|
||||||
|
access_log off;
|
||||||
index index.php;
|
index index.php;
|
||||||
location ~ \.php {
|
location ~ \.php {
|
||||||
try_files $uri index.php =404;
|
try_files $uri index.php =404;
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ mkdir -p /var/log/nginx
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
/etc/init.d/php7.3-fpm restart
|
/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