-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable the localhost port of the web server to be configured
This represents the port that the webserver is running on when accessed from localhost. This is used in the GDAL data source used to access the tile mapping service through a self-referencing URL. It needs to be set if port forwarding is used to expose the application to an external web server on a non-standard port, which otherwise results in an invalid `SERVER_PORT` server variable (the forwarded port is used, rather than the actual local port). Conflicts: docker/base/Dockerfile
- Loading branch information
Homme Zwaagstra
committed
Dec 17, 2013
1 parent
daf3783
commit 150ef33
Showing
3 changed files
with
33 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,16 @@ | |
[DEFAULT] | ||
email = [email protected] | ||
|
||
; This represents the port that the webserver is running on when | ||
; accessed from localhost. This is used in the GDAL data source used | ||
; to access the tile mapping service through a self-referencing | ||
; URL. It needs to be set if port forwarding is used to expose the | ||
; application to an external web server on a non-standard port, which | ||
; otherwise results in an invalid `SERVER_PORT` server variable (the | ||
; forwarded port is used, rather than the actual local port). | ||
; | ||
;local_port = 80 | ||
|
||
[SMTP] | ||
; Uncomment and edit the following options to cater for non default | ||
; SMTP settings | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters