Renaming of folders, updated nginx.conf, added new game

This commit is contained in:
KaasKop-
2023-03-20 11:50:03 +01:00
parent 43b3611b65
commit aa9dc637ec
17 changed files with 14 additions and 156 deletions

View File

@@ -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;