mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-05-11 08:22:28 +00:00
Compare commits
No commits in common. "2a9e573c61fe6d1a0907ab9b204403b393c9caf1" and "c377db5d62dd110697d3834c21a05a7432d28be6" have entirely different histories.
2a9e573c61
...
c377db5d62
@ -45,8 +45,6 @@ process_folder () {
|
||||
HTTP_SED_REGEX='/ssl/! s/listen (\[::\]:)?[0-9]+/listen \1'$HTTP_PORT'/g'
|
||||
HTTPS_SED_REGEX='/ssl/ s/listen (\[::\]:)?[0-9]+/listen \1'$HTTPS_PORT'/g'
|
||||
|
||||
echo "Setting HTTP listen port to $HTTP_PORT and HTTPS listen port to $HTTPS_PORT in: $1"
|
||||
|
||||
for FILE in $FILES
|
||||
do
|
||||
echo "- ${FILE}"
|
||||
@ -58,5 +56,4 @@ process_folder () {
|
||||
chown -R "$PUID:$PGID" "$1"
|
||||
}
|
||||
|
||||
process_folder /etc/nginx/conf.d
|
||||
process_folder /data/nginx
|
||||
|
Loading…
x
Reference in New Issue
Block a user