Skip to content

Commit 5e8000d

Browse files
chore: typo/whitespace corrections
1 parent 6fbc476 commit 5e8000d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pfSense-pkg-RESTAPI/files/pkg-install.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ if [ "${ARCH_BITS}" = "32" ]; then
1010
echo "!!! WARNING: This package is not supported on 32-bit systems. !!!"
1111
fi
1212

13-
1413
# Make this package known to pfSense
1514
/usr/local/bin/php -f /etc/rc.packages %%PORTNAME%% ${2}
1615

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/nginx.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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

0 commit comments

Comments
 (0)