Skip to content
Snippets Groups Projects
Commit 3b84a364 authored by Nils Olof Paulsson's avatar Nils Olof Paulsson
Browse files

Merge branch 'devel' into 'test'

Devel

See merge request !5
parents 9cf1e721 01dd9f88
No related branches found
No related tags found
2 merge requests!6Test,!5Devel
Pipeline #119934 passed
...@@ -20,7 +20,7 @@ server { ...@@ -20,7 +20,7 @@ server {
server { server {
listen 80; listen 80;
server_name egg.it.liu.se; server_name ntadigital.it.liu.se egg.it.liu.se;
client_max_body_size 0; client_max_body_size 0;
...@@ -51,4 +51,4 @@ server { ...@@ -51,4 +51,4 @@ server {
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade; proxy_cache_bypass $http_upgrade;
} }
} }
\ No newline at end of file
[Unit]
Description=NTA-Digital
After=network.target
[Service]
Type=simple
User=henfr13
ExecStart=/usr/bin/node /var/www/nta-digital-portal/.output/server/index.mjs
Restart=on-failure
[Install]
WantedBy=multi-user.target
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment