issues Search Results · repo:eduwass/docker-nginx-php-git language:Python
Filter by
5 results
(56 ms)5 results
ineduwass/docker-nginx-php-git (press backspace or delete to remove)how about adding timezone support? (with TIMEZONE env)
like
TIMEZONE=Asia/Seoul
On Dockerfile
apk add tzdata
On start.sh
# Set Timezone
if [ ! -z $TIMEZONE ]; then
cp /usr/share/zoneinfo/${TIMEZONE} ...
darron1217
- Opened on Nov 23, 2017
- #6
Add a ENABLE_CORS env var that enables CORS on nginx.conf:
add_header Access-Control-Allow-Origin * ;
Take HIDE_NGINX_HEADERS as reference
eduwass
- Opened on Jan 11, 2017
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.