Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
pd2af
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Metrics
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
elixir
pd2af
pd2af
Commits
82d5783a
Verified
Commit
82d5783a
authored
Jul 30, 2020
by
Yohan Jarosz
🐶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change port to match nginx proxypass
parent
8b08f34e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
code/start-server.rkt
code/start-server.rkt
+1
-1
html/index.html
html/index.html
+1
-1
No files found.
code/start-server.rkt
View file @
82d5783a
...
...
@@ -9,7 +9,7 @@
(
serve/servlet
translator
#:listen-ip
#f
; #f - open to external http requests
#:port
80
; standard port
#:port
80
80
; #:servlet-regexp #rx"" ; capture all top-level requests
#:servlet-regexp
#
rx"/translate"
#:extra-files-paths
(
list
(
build-path
(
getenv
"SRV_ROOT"
)
"html"
))
...
...
html/index.html
View file @
82d5783a
...
...
@@ -60,7 +60,7 @@
</form>
<footer>
</footer>
</div>
</body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment