Skip to content
Snippets Groups Projects
Commit 14950002 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

default config files properly separated

parent b9e8c082
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -77,11 +77,12 @@ ListenStream=[::]:8000 ...@@ -77,11 +77,12 @@ ListenStream=[::]:8000
[Install] [Install]
WantedBy=sockets.target WantedBy=sockets.target
```
- modify nginx configuration - modify nginx configuration
# /etc/nginx/nginx.conf ### /etc/nginx/nginx.conf
```
user www-data; user www-data;
worker_processes auto; worker_processes auto;
pid /run/nginx.pid; pid /run/nginx.pid;
......
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