Skip to content
Snippets Groups Projects
Commit ca190cc6 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

8080 --> 8081

parent 89402b67
No related branches found
No related tags found
No related merge requests found
......@@ -80,4 +80,4 @@ def couchdb_proxy(p=''):
return response
if __name__ == '__main__':
app.run(host='0.0.0.0', port=8080)
app.run(host='0.0.0.0', port=8081)
......@@ -3,7 +3,7 @@ Description=Delivering file contents of the vaclab web applications.
After=network.target
[Service]
User=wwwrun
User=nobody
Type=simple
StandardOutput=null
StandardError=null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment