mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
removed old update nginx config
This commit is contained in:
parent
dd346ca123
commit
43fab937f9
@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
server {
|
|
||||||
server_name _;
|
|
||||||
listen 80;
|
|
||||||
listen [::]:80;
|
|
||||||
|
|
||||||
include /etc/nginx/common/protect.conf;
|
|
||||||
include /etc/nginx/common/protect_add_header.conf;
|
|
||||||
|
|
||||||
root /var/www/html/;
|
|
||||||
index updating.html;
|
|
||||||
|
|
||||||
location /account {
|
|
||||||
alias /var/www/html/;
|
|
||||||
index updating.html;
|
|
||||||
}
|
|
||||||
location /vue {
|
|
||||||
alias /var/www/html/;
|
|
||||||
index updating.html;
|
|
||||||
}
|
|
||||||
|
|
||||||
location ~ /\.ht {
|
|
||||||
deny all;
|
|
||||||
}
|
|
||||||
|
|
||||||
access_log /var/log/nginx/access.log main;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user