File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
pfSense-pkg-RESTAPI/files Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ if [ "${ARCH_BITS}" = "32" ]; then
1010 echo " !!! WARNING: This package is not supported on 32-bit systems. !!!"
1111fi
1212
13-
1413# Make this package known to pfSense
1514/usr/local/bin/php -f /etc/rc.packages %%PORTNAME%% ${2}
1615
Original file line number Diff line number Diff line change 22
33/**
44 * The pfSense-pkg-RESTAPI's 'plugin_nginx' package hook. This function is automatically called by the pfSense
5- * package system to add custom NGINX configurations. For this packacge , this function ensures an nginx server block
6- * is defined for API endpoints to allow the utiliziation of additional HTTP methods like PUT, PATCH and DELETE and
5+ * package system to add custom NGINX configurations. For this package , this function ensures an nginx server block
6+ * is defined for API endpoints to allow the utilization of additional HTTP methods like PUT, PATCH and DELETE and
77 * URLs without a trailing slash.
88 * @param mixed $pluginparams Plugin parameters passed in by the pfSense package system.
99 * @return string The custom nginx block to be added to the webConfigurator's nginx.conf file
You can’t perform that action at this time.
0 commit comments