Map to local port 8080 for the file server
All checks were successful
Deploy to birb co. production / deploy (push) Successful in 7s
All checks were successful
Deploy to birb co. production / deploy (push) Successful in 7s
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# DSA Tutoring microsite
|
||||
#
|
||||
# For local use, serves on port 80.
|
||||
# For local use, serves on port 8080
|
||||
# Replace :80 with your domain (e.g. dsa-tutoring.example.com) for
|
||||
# automatic HTTPS via Let's Encrypt.
|
||||
#
|
||||
# Run `python build.py` first to generate the public/ directory.
|
||||
|
||||
dsa-tutoring.bchen.dev {
|
||||
:8080 {
|
||||
root * /srv/public
|
||||
encode gzip
|
||||
file_server
|
||||
|
||||
Reference in New Issue
Block a user