Skip to content

Commit 65ec535

Browse files
authored
Update .env
1 parent 2732b5b commit 65ec535

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export NPP_PHP_CONF=./php/npp.ini
4545
export NGINX_SSL_CERTS=./ssl
4646

4747
# NPP Specific Settings
48+
export NPP_HACK_HOST_=1
4849
export NGINX_WEB_USER_=nginx
4950
export NPP_NGINX_CACHE_PATH_=/var/cache/nginx
5051
export MOUNT_DIR_=${NPP_NGINX_CACHE_PATH_}-npp
@@ -53,9 +54,8 @@ export NPP_USER_=npp
5354
export NPP_UID_=18978
5455
export NPP_GID_=33749
5556

56-
# NPP Development environment
57-
export NPP_DEV_ENABLED_=1
58-
export NPP_HACK_HOST_=1
57+
# NPP EDGE
58+
export NPP_EDGE_=1
5959
export NPP_DEV_PLUGIN_NAME_=fastcgi-cache-purge-and-preload-nginx
6060
export NPP_DEV_PLUGIN_DIR_="${NPP_WEB_ROOT_}/wp-content/plugins/${NPP_DEV_PLUGIN_NAME_}"
6161
export NPP_DEV_TMP_CLONE_DIR_="/tmp/${NPP_DEV_PLUGIN_NAME_}"

0 commit comments

Comments
 (0)