chore: 打包nginx配置

This commit is contained in:
TsMask
2024-03-21 15:07:21 +08:00
parent a1da184942
commit 5783858490
6 changed files with 21 additions and 33 deletions

View File

@@ -35,23 +35,23 @@ http {
# for more information.
include /etc/nginx/conf.d/*.conf;
server {
listen 1080;
listen [::]:1080;
server_name _;
root /usr/share/nginx/html;
# server {
# listen 1080;
# listen [::]:1080;
# server_name _;
# root /usr/share/nginx/html;
# Load configuration files for the default server block.
include /etc/nginx/default.d/*.conf;
# # Load configuration files for the default server block.
# include /etc/nginx/default.d/*.conf;
error_page 404 /404.html;
location = /40x.html {
}
# error_page 404 /404.html;
# location = /40x.html {
# }
error_page 500 502 503 504 /50x.html;
location = /50x.html {
}
}
# error_page 500 502 503 504 /50x.html;
# location = /50x.html {
# }
# }
# Settings for a TLS enabled server.
#