diff options
Diffstat (limited to 'nginx/sites-available/vps')
-rw-r--r-- | nginx/sites-available/vps | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/nginx/sites-available/vps b/nginx/sites-available/vps index d1d50fb..ce933c5 100644 --- a/nginx/sites-available/vps +++ b/nginx/sites-available/vps | |||
@@ -218,15 +218,6 @@ server { | |||
218 | index =404; | 218 | index =404; |
219 | } | 219 | } |
220 | 220 | ||
221 | location /public/layx { | ||
222 | alias /home/pham/public/layx/; | ||
223 | |||
224 | autoindex on; | ||
225 | |||
226 | auth_basic "You need to login"; | ||
227 | auth_basic_user_file /etc/nginx/passwd/2022.10.11; | ||
228 | } | ||
229 | |||
230 | location ^~ /private/ { | 221 | location ^~ /private/ { |
231 | alias /home/pham/private/; | 222 | alias /home/pham/private/; |
232 | autoindex on; | 223 | autoindex on; |