63 lines
1.4 KiB
Diff
63 lines
1.4 KiB
Diff
--- nginx-1.21.1/conf/nginx.conf.orig 2021-08-30 13:43:13.100432769 +0200
|
|
+++ nginx-1.21.1/conf/nginx.conf 2021-08-30 13:50:28.498600068 +0200
|
|
@@ -32,28 +32,28 @@
|
|
|
|
#gzip on;
|
|
|
|
- server {
|
|
- listen 80;
|
|
- server_name localhost;
|
|
-
|
|
+ #server {
|
|
+ # listen 80;
|
|
+ # server_name localhost;
|
|
+ #
|
|
#charset koi8-r;
|
|
|
|
#access_log logs/host.access.log main;
|
|
-
|
|
- location / {
|
|
- root html;
|
|
- index index.html index.htm;
|
|
- }
|
|
-
|
|
+ #
|
|
+ # location / {
|
|
+ # root html;
|
|
+ # index index.html index.htm;
|
|
+ # }
|
|
+ #
|
|
#error_page 404 /404.html;
|
|
-
|
|
+ #
|
|
# redirect server error pages to the static page /50x.html
|
|
#
|
|
- error_page 500 502 503 504 /50x.html;
|
|
- location = /50x.html {
|
|
- root html;
|
|
- }
|
|
-
|
|
+ # error_page 500 502 503 504 /50x.html;
|
|
+ # location = /50x.html {
|
|
+ # root html;
|
|
+ # }
|
|
+ #
|
|
# proxy the PHP scripts to Apache listening on 127.0.0.1:80
|
|
#
|
|
#location ~ \.php$ {
|
|
@@ -76,7 +76,7 @@
|
|
#location ~ /\.ht {
|
|
# deny all;
|
|
#}
|
|
- }
|
|
+ #}
|
|
|
|
|
|
# another virtual host using mix of IP-, name-, and port-based configuration
|
|
@@ -114,4 +114,5 @@
|
|
# }
|
|
#}
|
|
|
|
+ include sites-enabled/*;
|
|
}
|