Created
November 25, 2013 20:55
-
-
Save jdorrance/7648725 to your computer and use it in GitHub Desktop.
place this in the same folder of your mongoose EXE file
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
# Mongoose web server configuration file. | |
# For detailed description of every option, visit | |
# https://github.com/valenok/mongoose/blob/master/UserManual.md | |
# Lines starting with '#' and empty lines are ignored. | |
# To make a change, remove leading '#', modify option's value, | |
# save this file and then restart Mongoose. | |
listening_ports 80 | |
error_log_file C:\Users\John\Google Drive\work\apps\MDC\localassets\error.log | |
document_root C:\apache\geo-media | |
#url_rewrite_patterns /=../geometrixx-media |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment