Renaming of folders, updated nginx.conf, added new game
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
worker_processes 6;
|
||||
|
||||
error_log /var/log/nginx/nginx_error.log;
|
||||
#error_log logs/error.log notice;
|
||||
#error_log logs/error.log info;
|
||||
|
||||
events {
|
||||
worker_connections 2048;
|
||||
@@ -24,8 +22,8 @@ http {
|
||||
gzip on;
|
||||
server {
|
||||
server_name gds.mitchelbv.nl;
|
||||
access_log /var/log/nginx/guus.mitchelbv.nl;
|
||||
error_log /var/log/nginx/guus.mitchelbv.nl;
|
||||
access_log /var/log/nginx/gds.mitchelbv.nl.access;
|
||||
error_log /var/log/nginx/gds.mitchelbv.nl.error;
|
||||
|
||||
index index.html;
|
||||
root /srv/http/games;
|
||||
|
||||
Reference in New Issue
Block a user